1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 04:33:08 +00:00
Jean-Philippe Lang d5192b82aa added branch work/queries
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@78 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-12-07 18:15:57 +00:00

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