obsolete.ChilliProject/app/views/documents/edit.rhtml

9 lines
209 B
Plaintext

<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 %>