Mercurial > hg > soundsoftware-site
view app/views/groups/_form.html.erb @ 1588:9149f2098413 dockerise
Minor rejig
author | Chris Cannam |
---|---|
date | Thu, 17 Aug 2017 12:06:04 +0100 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
<%= error_messages_for @group %> <div class="box tabular"> <p><%= f.text_field :name, :required => true, :size => 60 %></p> <% @group.custom_field_values.each do |value| %> <p><%= custom_field_tag_with_label :group, value %></p> <% end %> </div>