Mercurial > hg > soundsoftware-site
view app/views/projects/new.html.erb @ 1477:f2ad2199b49a bibplugin_integration
Close obsolete branch bibplugin_integration
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:41:31 +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 %>