annotate app/views/projects/.svn/text-base/new.html.erb.svn-base @ 1452:d6b9fd02bb89
feature_36_js_refactoring
Deprecated develoment branch.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 11 Oct 2013 17:01:24 +0100 |
parents |
af80e5618e9b |
children |
|
rev |
line source |
chris@22
|
1 <h2><%=l(:label_project_new)%></h2>
|
chris@22
|
2
|
chris@22
|
3 <% labelled_tabular_form_for :project, @project, :url => { :action => "create" } do |f| %>
|
chris@22
|
4 <%= render :partial => 'form', :locals => { :f => f } %>
|
chris@22
|
5 <%= submit_tag l(:button_save) %>
|
chris@22
|
6 <%= javascript_tag "Form.Element.focus('project_name');" %>
|
chris@22
|
7 <% end %>
|