Mercurial > hg > soundsoftware-site
annotate app/views/groups/_form.html.erb @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +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> |