Mercurial > hg > soundsoftware-site
diff app/views/versions/edit.html.erb @ 908:c6c2cbd0afee redmine-1.3
Rename .rhtml files to .html.erb in preparation for merge
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 18:36:29 +0000 |
parents | app/views/versions/edit.rhtml@40f7cfd4df19 |
children | cbb26bc654de |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/views/versions/edit.html.erb Fri Feb 24 18:36:29 2012 +0000 @@ -0,0 +1,7 @@ +<h2><%=l(:label_version)%></h2> + +<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %> +<%= render :partial => 'form', :locals => { :f => f } %> +<%= submit_tag l(:button_save) %> +<% end %> +