Mercurial > hg > soundsoftware-site
annotate .svn/pristine/7d/7dd0539603ad9e25c32256869656657e4135a1c8.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> |
Chris@909 | 2 |
Chris@909 | 3 <% labelled_form_for @group do |f| %> |
Chris@909 | 4 <%= render :partial => 'form', :locals => { :f => f } %> |
Chris@909 | 5 <p> |
Chris@909 | 6 <%= f.submit l(:button_create) %> |
Chris@909 | 7 <%= f.submit l(:button_create_and_continue), :name => 'continue' %> |
Chris@909 | 8 </p> |
Chris@909 | 9 <% end %> |