From 918123cd0663803a6e392c6c9ce209d10c8e5603 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 17 Dec 2006 14:22:09 +0000 Subject: * code and views cleaning * javascript added on custom field form to show/hide fields according to the format of custom field git-svn-id: http://redmine.rubyforge.org/svn/trunk@100 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/account/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/account') diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 985238951..c686b709c 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -6,7 +6,7 @@
  • <%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %>
  • <% for custom_value in @custom_values %> <% if !custom_value.value.empty? %> -
  • <%= custom_value.custom_field.name%>: <%= show_value(custom_value) %>
  • +
  • <%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %>
  • <% end %> <% end %> -- cgit v1.2.3