9636882c1e
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8141 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
<h2><%=l(:label_project_new)%></h2>
|
|
|
|
<% 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 "Form.Element.focus('project_name');" %>
|
|
<% end %>
|