Mercurial > hg > soundsoftware-site
view plugins/redmine_embedded/app/views/redmine_embedded/_upload.html.erb @ 1366:7e85f7988ab8 luisf
Fixes another possible cause for Bug #658 - was not saving publication when author was new...
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Aug 2013 16:23:24 +0100 |
parents | 22d81bd0b62c |
children |
line wrap: on
line source
<div class="row"> <%= form_tag(upload_embedded_path(@project), :multipart => true) do -%> <fieldset id="embedded_doc" class="collapsible collapsed"> <legend onclick="toggleFieldset(this);">Upload documentation</legend> <div style="display: none;"> Select File (ZIP format only, root must be html directory): <%= file_field "upload", "datafile" %> <%= submit_tag "Upload" %> </div> </fieldset> <% end -%> </div> <div class="clearfix"></div> <hr />