view app/views/groups/new.html.erb @ 983:a97e573d7f87 cannam

Minor fixes
author Chris Cannam
date Thu, 25 Oct 2012 14:54:46 +0100
parents cbb26bc654de
children 433d4f72a19b
line wrap: on
line source
<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 %>