Mercurial > hg > soundsoftware-site
diff app/views/projects/show.xml.builder @ 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 |
line wrap: on
line diff
--- a/app/views/projects/show.xml.builder Fri Sep 24 14:06:04 2010 +0100 +++ b/app/views/projects/show.xml.builder Fri Nov 19 13:24:41 2010 +0000 @@ -7,7 +7,7 @@ xml.homepage @project.homepage xml.custom_fields do - @project.custom_field_values.each do |custom_value| + @project.visible_custom_field_values.each do |custom_value| xml.custom_field custom_value.value, :id => custom_value.custom_field_id, :name => custom_value.custom_field.name end end unless @project.custom_field_values.empty?