annotate app/views/groups/_form.html.erb @ 1114:212b72b966ff bibplugin_bibtex

development commit - changing association validations. not working correctly
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 14 Dec 2012 19:50:00 +0000
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@909 1 <%= f.error_messages %>
Chris@0 2
Chris@0 3 <div class="box tabular">
Chris@909 4 <p><%= f.text_field :lastname, :label => :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>