Mercurial > hg > soundsoftware-site
annotate app/views/groups/_form.html.erb @ 1257:5bafe0f91f6e redmine-2.2-integration
Simplified JS on registration page.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 10 Apr 2013 11:57:46 +0100 |
parents | 433d4f72a19b |
children | 622f24f53b42 |
rev | line source |
---|---|
Chris@1115 | 1 <%= error_messages_for @group %> |
Chris@0 | 2 |
Chris@0 | 3 <div class="box tabular"> |
Chris@1115 | 4 <p><%= f.text_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> |