disable uploads
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
<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>
|
||||
@@ -12,7 +11,7 @@
|
||||
<%= 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 %>
|
||||
|
||||
Reference in New Issue
Block a user