annotate app/views/groups/_form.html.erb @ 1466:834828a14f2b bug_598

Close obsolete branch bug_598
author Chris Cannam
date Fri, 21 Jun 2013 14:51:55 +0100
parents 433d4f72a19b
children 622f24f53b42
rev   line source
Chris@1115 1 <%= error_messages_for @group %>
Chris@0 2
Chris@0 3 <div class="box tabular">
Chris@1115 4 <p><%= f.text_field :name %></p>
Chris@909 5 <% @group.custom_field_values.each do |value| %>
Chris@909 6 <p><%= custom_field_tag_with_label :group, value %></p>
Chris@0 7 <% end %>
Chris@0 8 </div>