2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_project_new)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2012-04-25 21:17:49 +04:00
|
|
|
<%= labelled_form_for @project do |f| %>
|
2006-09-02 17:33:23 +04:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2011-07-21 19:51:58 +04:00
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
2012-07-22 17:29:26 +04:00
|
|
|
<%= javascript_tag "$('#project_name').focus();" %>
|
2007-09-14 15:34:08 +04:00
|
|
|
<% end %>
|