replace tabs to spaces at app/views/account/register.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7380 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
38a2ce645b
commit
382b5c9fbb
|
@ -35,7 +35,7 @@
|
|||
<% end %>
|
||||
|
||||
<% @user.custom_field_values.select {|v| v.editable? || v.required?}.each do |value| %>
|
||||
<p><%= custom_field_tag_with_label :user, value %></p>
|
||||
<p><%= custom_field_tag_with_label :user, value %></p>
|
||||
<% end %>
|
||||
<!--[eoform:user]-->
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue