9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
<%= title l(:label_project_new) %>
|
|
|
|
<%= labelled_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 "$('#project_name').focus();" %>
|
|
<% end %>
|