replace tabs to spaces at app/views/groups/_form.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7284 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 04:04:16 +00:00
parent 8933443b9d
commit 9cfa74d99d
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<%= error_messages_for :group %>
<div class="box tabular">
<p><%= f.text_field :lastname, :label => :field_name %></p>
<% @group.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :group, value %></p>
<p><%= f.text_field :lastname, :label => :field_name %></p>
<% @group.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :group, value %></p>
<% end %>
</div>