summaryrefslogtreecommitdiffstats
path: root/app/views/documents/edit.html.erb
blob: 04e9b72e11e400be21bca9cc0790c7625ca36047 (plain)
1
2
3
4
5
6
7
8
<h2><%=l(:label_document)%></h2>

<% labelled_form_for @document do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <p><%= submit_tag l(:button_save) %></p>
<% end %>