11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
|
|
<div class="project_r_h">
|
||
|
|
<h2 class="project_h2"><%=l(:label_document_plural)%></h2>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<%= labelled_form_for @document do |f| %>
|
||
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
|
<p><%= submit_tag l(:button_save) %></p>
|
||
|
|
<% end %>
|
||
|
|
|
||
|
|
|