To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / documents / new.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (387 Bytes)

1 0:513646585e45 Chris
<h2><%=l(:label_document_new)%></h2>
2
3
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
4
<%= render :partial => 'documents/form' %>
5
6
<div class="box">
7
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
8
</div>
9
10
<%= submit_tag l(:button_create) %>
11
<% end %>
12