summaryrefslogtreecommitdiffstats
path: root/app/views/groups/new.html.erb
blob: 2a7f0034a18e31c6a4e81d385e7ef8f3c485c1f1 (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 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 %>