[Config] Remove upload feedback thread

This isn't used on e6 and someone might make this thread and have it
 appear for other users
This commit is contained in:
Earlopain 2021-11-02 14:30:38 +01:00
parent e4280cdd7a
commit 34cc839016
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
3 changed files with 0 additions and 14 deletions

View File

@ -26,11 +26,6 @@
<% end %>
<%= 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>
<% end %>
</div>
<% end %>

View File

@ -42,11 +42,6 @@
<% end %>
<%= 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>
<% end %>
</div>
<% end %>

View File

@ -61,10 +61,6 @@ module Danbooru
"auto_moderator"
end
def upload_feedback_topic
ForumTopic.where(title: "Upload Feedback Thread").first
end
def source_code_url
"https://github.com/zwagoth/e621ng"
end