To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / projects / new.html.erb @ 1078:b9e34a051f82
History | View | Annotate | Download (248 Bytes)
| 1 | 22:40f7cfd4df19 | chris | <h2><%=l(:label_project_new)%></h2> |
|---|---|---|---|
| 2 | |||
| 3 | 909:cbb26bc654de | Chris | <% labelled_tabular_form_for @project do |f| %>
|
| 4 | 22:40f7cfd4df19 | chris | <%= render :partial => 'form', :locals => { :f => f } %>
|
| 5 | 909:cbb26bc654de | Chris | <%= submit_tag l(:button_create) %>
|
| 6 | 22:40f7cfd4df19 | chris | <%= javascript_tag "Form.Element.focus('project_name');" %>
|
| 7 | <% end %> |