diff options
Diffstat (limited to 'app/views/versions/edit.rhtml')
-rw-r--r-- | app/views/versions/edit.rhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/versions/edit.rhtml b/app/views/versions/edit.rhtml new file mode 100644 index 000000000..1556ebba1 --- /dev/null +++ b/app/views/versions/edit.rhtml @@ -0,0 +1,7 @@ +<h2><%=l(:label_version)%></h2> + +<% labelled_tabular_form_for :version, @version, :url => { :action => 'edit' } do |f| %> +<%= render :partial => 'form', :locals => { :f => f } %> +<%= submit_tag l(:button_save) %> +<% end %> + |