To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 85 / 85f1d9b497a37091549857e8452d6d828f1329ab.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (303 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <h2><%=l(:label_project_new)%></h2> |
|---|---|---|---|
| 2 | |||
| 3 | <%= labelled_form_for @project do |f| %> |
||
| 4 | <%= render :partial => 'form', :locals => { :f => f } %>
|
||
| 5 | <%= submit_tag l(:button_create) %> |
||
| 6 | <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
||
| 7 | <%= javascript_tag "$('#project_name').focus();" %>
|
||
| 8 | <% end %> |