changeset 1033:13a8e4ac88d5 cannam

Don't want "Create and Continue" when creating a new project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 12:10:20 +0000
parents ff1556010d8b
children ea5d9652c6f6 4ac34b54f946
files app/views/projects/new.html.erb
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/projects/new.html.erb	Tue Nov 13 12:06:19 2012 +0000
+++ b/app/views/projects/new.html.erb	Tue Nov 13 12:10:20 2012 +0000
@@ -3,6 +3,5 @@
 <% labelled_tabular_form_for @project do |f| %>
 <%= render :partial => 'form', :locals => { :f => f } %>
 <%= submit_tag l(:button_create) %>
-<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
 <%= javascript_tag "Form.Element.focus('project_name');" %>
 <% end %>