This commit is contained in:
Toks
2013-08-09 13:36:59 -04:00
parent b81804306e
commit d26f7909ed

View File

@@ -6,6 +6,10 @@
<p>Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.</p>
</div>
<% unless CurrentUser.user.can_upload? %>
<h2 style="margin-bottom: 1em;">You <%= CurrentUser.user.upload_limited_reason %></h2>
<% end %>
<%= render "image" %>
<%= render "post", :post => @post %>
<%= render "sources/info", :source => @source %>