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