mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 16:31:12 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@16068 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
<h2><%=l(:label_document)%></h2>
|
|
|
|
<%= labelled_form_for @document, :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
<p><%= submit_tag l(:button_save) %></p>
|
|
<% end %>
|
|
|
|
|