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

<%= start_form_tag({:action => 'edit', :id => @document}, :class => "tabular") %>
  <%= render :partial => 'form' %>
  <%= submit_tag l(:button_save) %>
<%= end_form_tag %>