comparison app/views/projects/.svn/text-base/show.xml.builder.svn-base @ 37:94944d00e43c

* Update to SVN trunk rev 4411
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:24:41 +0000
parents 513646585e45
children
comparison
equal deleted inserted replaced
22:40f7cfd4df19 37:94944d00e43c
5 xml.identifier @project.identifier 5 xml.identifier @project.identifier
6 xml.description @project.description 6 xml.description @project.description
7 xml.homepage @project.homepage 7 xml.homepage @project.homepage
8 8
9 xml.custom_fields do 9 xml.custom_fields do
10 @project.custom_field_values.each do |custom_value| 10 @project.visible_custom_field_values.each do |custom_value|
11 xml.custom_field custom_value.value, :id => custom_value.custom_field_id, :name => custom_value.custom_field.name 11 xml.custom_field custom_value.value, :id => custom_value.custom_field_id, :name => custom_value.custom_field.name
12 end 12 end
13 end unless @project.custom_field_values.empty? 13 end unless @project.custom_field_values.empty?
14 14
15 xml.created_on @project.created_on 15 xml.created_on @project.created_on