Mercurial > hg > soundsoftware-site
view app/views/projects/.svn/text-base/new.html.erb.svn-base @ 119:8661b858af72
* Update to Redmine trunk rev 4705
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 14:12:06 +0000 |
parents | 40f7cfd4df19 |
children |
line wrap: on
line source
<h2><%=l(:label_project_new)%></h2> <% labelled_tabular_form_for :project, @project, :url => { :action => "create" } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag l(:button_save) %> <%= javascript_tag "Form.Element.focus('project_name');" %> <% end %>