Mercurial > hg > soundsoftware-site
comparison app/views/documents/.svn/text-base/new.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <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 | |
13 |