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:
parent
8933443b9d
commit
9cfa74d99d
|
@ -1,8 +1,8 @@
|
||||||
<%= error_messages_for :group %>
|
<%= error_messages_for :group %>
|
||||||
|
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<p><%= f.text_field :lastname, :label => :field_name %></p>
|
<p><%= f.text_field :lastname, :label => :field_name %></p>
|
||||||
<% @group.custom_field_values.each do |value| %>
|
<% @group.custom_field_values.each do |value| %>
|
||||||
<p><%= custom_field_tag_with_label :group, value %></p>
|
<p><%= custom_field_tag_with_label :group, value %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue