new.html.erb
7 lines
| 250 B
| text/plain
|
TextLexer
|
r11820 | <%= title l(:label_project_new) %> | ||
|
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' %> | ||||
|
r714 | <% end %> | ||