config: remove unneeded config options.
This commit is contained in:
@@ -23,8 +23,9 @@
|
||||
|
||||
<%= render "post_disapprovals/counts", :disapprovals => post.disapprovals, :post => post %>
|
||||
|
||||
<% if CurrentUser.id == post.uploader_id && Danbooru.config.upload_feedback_topic.present? %>
|
||||
<p>If you don't understand why your uploads keep getting deleted, you should ask on the <%= link_to "forum", forum_topic_path(Danbooru.config.upload_feedback_topic) %> for advice.</p>
|
||||
<% if CurrentUser.id == post.uploader_id %>
|
||||
<p>If you don't understand why your upload was deleted, you can ask for
|
||||
advice in the Upload Feedback Thread on the forum.</p>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user