Mercurial > hg > soundsoftware-site
comparison app/views/groups/new.html.erb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | cbb26bc654de |
children | 261b3d9a4903 |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 <h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> | 1 <h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2> |
2 | 2 |
3 <% labelled_form_for @group do |f| %> | 3 <%= labelled_form_for @group do |f| %> |
4 <%= render :partial => 'form', :locals => { :f => f } %> | 4 <%= render :partial => 'form', :locals => { :f => f } %> |
5 <p> | 5 <p> |
6 <%= f.submit l(:button_create) %> | 6 <%= f.submit l(:button_create) %> |
7 <%= f.submit l(:button_create_and_continue), :name => 'continue' %> | 7 <%= f.submit l(:button_create_and_continue), :name => 'continue' %> |
8 </p> | 8 </p> |