blob: 87e08e136423cf91ae25d04b5e0161458605be22 (
plain)
1
2
3
4
5
6
7
8
|
<h2><%=l(:label_document)%></h2>
<%= labelled_form_for @document, :html => {:multipart => true} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<p><%= submit_tag l(:button_save) %></p>
<% end %>
|