mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
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 %>
|
||||
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user