summaryrefslogtreecommitdiffstats
path: root/app/views/groups/new.html.erb
blob: f47034588dfac8cdcd2d73093cf4ca2d8bb09d22 (plain)
1
2
3
4
5
6
7
8
9
<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%= l(:label_group_new) %></h2>

<%= 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 %>