@@ -11,7 +11,7 | |||
|
11 | 11 | <% end %> |
|
12 | 12 | <% for custom_value in @custom_values %> |
|
13 | 13 | <% if !custom_value.value.empty? %> |
|
14 | <li><%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %></li> | |
|
14 | <li><%=h custom_value.custom_field.name%>: <%=h show_value(custom_value) %></li> | |
|
15 | 15 | <% end %> |
|
16 | 16 | <% end %> |
|
17 | 17 | <li><%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %></li> |
General Comments 0
You need to be logged in to leave comments.
Login now