Mercurial > hg > soundsoftware-site
annotate .svn/pristine/7d/7dd0539603ad9e25c32256869656657e4135a1c8.svn-base @ 1516:b450a9d58aed redmine-2.4
Update to Redmine SVN revision 13356 on 2.4-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:28:31 +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 %> |