summaryrefslogtreecommitdiffstats
path: root/app/views/groups/new.html.erb
blob: c643161fdd68df2e5849a752a3ae7ef234e6d503 (plain)
1
2
3
4
5
6
7
8
9
<%= title [l(:label_group_plural), groups_path], l(:label_group_new) %>

<%= labelled_form_for @group, :html => {:multipart => true} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<p>
  <%= f.submit l(:button_create) %>
  <%= f.submit l(:button_create_and_continue), :name => 'continue' %>
</p>
<% end %>