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:
Toshi MARUYAMA 2011-09-18 02:01:03 +00:00
parent 38a2ce645b
commit 382b5c9fbb
1 changed files with 1 additions and 1 deletions

View File

@ -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>