Mercurial > hg > soundsoftware-site
view app/views/groups/_form.html.erb @ 983:a97e573d7f87 cannam
Minor fixes
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 14:54:46 +0100 |
parents | cbb26bc654de |
children | 433d4f72a19b |
line wrap: on
line source
<%= f.error_messages %> <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> <% end %> </div>