##// END OF EJS Templates
replace tabs to spaces at app/views/groups/_form.html.erb...
Toshi MARUYAMA -
r7164:9cfa74d99d09
parent child
Show More
@@ -1,8 +1,8
1 <%= error_messages_for :group %>
1 <%= error_messages_for :group %>
2
2
3 <div class="box tabular">
3 <div class="box tabular">
4 <p><%= f.text_field :lastname, :label => :field_name %></p>
4 <p><%= f.text_field :lastname, :label => :field_name %></p>
5 <% @group.custom_field_values.each do |value| %>
5 <% @group.custom_field_values.each do |value| %>
6 <p><%= custom_field_tag_with_label :group, value %></p>
6 <p><%= custom_field_tag_with_label :group, value %></p>
7 <% end %>
7 <% end %>
8 </div>
8 </div>
General Comments 0
You need to be logged in to leave comments. Login now