2009-09-12 08:36:46 +00:00
|
|
|
<h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2>
|
|
|
|
|
2012-04-25 17:17:49 +00:00
|
|
|
<%= labelled_form_for @group do |f| %>
|
2009-09-12 08:36:46 +00:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2011-07-21 15:55:50 +00:00
|
|
|
<p>
|
2011-09-17 04:07:11 +00:00
|
|
|
<%= f.submit l(:button_create) %>
|
2011-07-21 15:55:50 +00:00
|
|
|
<%= f.submit l(:button_create_and_continue), :name => 'continue' %>
|
|
|
|
</p>
|
2009-09-12 08:36:46 +00:00
|
|
|
<% end %>
|