7 lines
281 B
Text
7 lines
281 B
Text
<%= title l(:label_project_new) %>
|
|
|
|
<%= labelled_form_for @project, :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
|
<% end %>
|