2013-07-28 11:50:18 +00:00
|
|
|
<%= title l(:label_project_new) %>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2012-04-25 17:17:49 +00:00
|
|
|
<%= labelled_form_for @project do |f| %>
|
2006-09-02 13:33:23 +00:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2011-07-21 15:51:58 +00:00
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
2007-09-14 11:34:08 +00:00
|
|
|
<% end %>
|