new.html.erb
9 lines
| 315 B
| text/plain
|
TextLexer
|
r2755 | <h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> | ||
|
r7819 | <% labelled_form_for @group do |f| %> | ||
|
r2755 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r6184 | <p> | ||
|
r7170 | <%= f.submit l(:button_create) %> | ||
|
r6184 | <%= f.submit l(:button_create_and_continue), :name => 'continue' %> | ||
</p> | ||||
|
r2755 | <% end %> | ||