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