socialforge/app/views/documents/edit.html.erb

9 lines
188 B
Plaintext

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