enable uploads

This commit is contained in:
albert
2013-02-17 21:39:15 -05:00
parent eb1ba8f708
commit eb5e526678
10 changed files with 0 additions and 15 deletions

View File

@@ -2,8 +2,6 @@
<div id="a-new">
<h1>Upload</h1>
<p>Uploads temporarily disabled</p>
<div id="upload-guide-notice">
<p>Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.</p>
</div>
@@ -11,7 +9,6 @@
<%= render "image" %>
<%= render "post", :post => @post %>
<%= render "sources/info", :source => @source %>
<!--
<%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %>
<div class="input">
<%= f.label :file %>
@@ -62,7 +59,6 @@
</div>
</div>
<% end %>
-->
</div>
</div>