Files
Redmine/project_inheritance/app/views/documents/edit.rhtml
Jean-Philippe Lang 2a2a31d148 Added project_inheritance work branch.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1049 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-09 19:43:47 +00:00

9 lines
195 B
Plaintext

<h2><%=l(:label_document)%></h2>
<% form_tag({:action => 'edit', :id => @document}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
<% end %>