Mercurial > hg > soundsoftware-site
annotate .svn/pristine/7d/7dd0539603ad9e25c32256869656657e4135a1c8.svn-base @ 1478:5ca1f4a47171 bibplugin_db_migrations
Close obsolete branch bibplugin_db_migrations
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:40:50 +0000 |
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 %> |