disable uploads
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<p>Uploads temporarily disabled</p>
|
<p>Uploads temporarily disabled</p>
|
||||||
|
|
||||||
<!--
|
|
||||||
<div id="upload-guide-notice">
|
<div id="upload-guide-notice">
|
||||||
<p>Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.</p>
|
<p>Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -12,7 +11,7 @@
|
|||||||
<%= render "image" %>
|
<%= render "image" %>
|
||||||
<%= render "post", :post => @post %>
|
<%= render "post", :post => @post %>
|
||||||
<%= render "sources/info", :source => @source %>
|
<%= render "sources/info", :source => @source %>
|
||||||
|
<!--
|
||||||
<%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %>
|
<%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= f.label :file %>
|
<%= f.label :file %>
|
||||||
|
|||||||
Reference in New Issue
Block a user