view app/views/groups/_form.html.erb @ 1022:f2ec92061fca browsing

Merge from live branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 10:35:40 +0000
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>