config: remove unneeded config options.

This commit is contained in:
evazion
2020-01-07 19:35:57 -06:00
parent 3d3f615591
commit e28a955535
2 changed files with 3 additions and 13 deletions

View File

@@ -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 %>