# HG changeset patch # User Chris Cannam # Date 1352808620 0 # Node ID 13a8e4ac88d534588c39dd43a1d219c67d85b47d # Parent ff1556010d8b68d775e24e8798c3b316ad70d5e5 Don't want "Create and Continue" when creating a new project diff -r ff1556010d8b -r 13a8e4ac88d5 app/views/projects/new.html.erb --- 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 %>