Mercurial > hg > soundsoftware-site
view app/views/projects/new.html.erb @ 1041:af23bcbbd911 cannam
Pull header stuff out of cached fragments
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 15:38:19 +0000 |
parents | 13a8e4ac88d5 |
children | bb32da3bea34 |
line wrap: on
line source
<h2><%=l(:label_project_new)%></h2> <% labelled_tabular_form_for @project do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag l(:button_create) %> <%= javascript_tag "Form.Element.focus('project_name');" %> <% end %>