summaryrefslogtreecommitdiffstats
path: root/app/views/documents/edit.html.erb
blob: 15491168df997582ad661867bfa69aaf5663fd3e (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 %>