##// END OF EJS Templates
replace tabs to spaces at app/views/account/register.html.erb...
Toshi MARUYAMA -
r7260:382b5c9fbb78
parent child
Show More
@@ -35,7 +35,7
35 35 <% end %>
36 36
37 37 <% @user.custom_field_values.select {|v| v.editable? || v.required?}.each do |value| %>
38 <p><%= custom_field_tag_with_label :user, value %></p>
38 <p><%= custom_field_tag_with_label :user, value %></p>
39 39 <% end %>
40 40 <!--[eoform:user]-->
41 41 </div>
General Comments 0
You need to be logged in to leave comments. Login now