edit.html.erb
7 lines
| 207 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_version)%></h2> | ||
|
r2 | |||
|
r15686 | <%= labelled_form_for @version, :html => {:multipart => true} do |f| %> | ||
|
r19 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
<%= submit_tag l(:button_save) %> | ||||
<% end %> | ||||
|
r2 | |||