##// END OF EJS Templates
test: functional: wiki: add tests to show html and txt (#401)...
test: functional: wiki: add tests to show html and txt (#401) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7739 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6536:d9994348503b
r7619:0921042bc461
Show More
new.html.erb
13 lines | 387 B | text/plain | TextLexer
<h2><%=l(:label_document_new)%></h2>
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
<%= render :partial => 'documents/form' %>
<div class="box">
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
</div>
<%= submit_tag l(:button_create) %>
<% end %>