new.html.erb
8 lines
| 361 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_project_new)%></h2> | ||
|
r2 | |||
|
r3954 | <% labelled_tabular_form_for :project, @project, :url => { :action => "create" } do |f| %> | ||
|
r19 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r6183 | <%= submit_tag l(:button_create) %> | ||
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | ||||
|
r2293 | <%= javascript_tag "Form.Element.focus('project_name');" %> | ||
|
r714 | <% end %> | ||