forked from e621ng/e621ng
[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:
parent
e4280cdd7a
commit
34cc839016
@ -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 %>
|
||||
|
||||
|
@ -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 %>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user