Mercurial > hg > soundsoftware-site
annotate 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 |
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> |