new.html.erb
8 lines
| 303 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_project_new)%></h2> | ||
|
r2 | |||
|
r9346 | <%= labelled_form_for @project do |f| %> | ||
|
r19 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r6183 | <%= submit_tag l(:button_create) %> | ||
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %> | ||||
|
r9885 | <%= javascript_tag "$('#project_name').focus();" %> | ||
|
r714 | <% end %> | ||