annotate app/views/groups/_form.html.erb @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents 513646585e45
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>