2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_project_new)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2011-12-09 22:15:55 +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' %>
|
2009-01-22 19:34:54 +03:00
|
|
|
<%= javascript_tag "Form.Element.focus('project_name');" %>
|
2007-09-14 15:34:08 +04:00
|
|
|
<% end %>
|