annotate app/views/groups/_form.html.erb @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
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>