diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 27b664184..5b8c5aad5 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -23,7 +23,7 @@ <%= render "post_disapprovals/counts", :disapprovals => post.disapprovals, :post => post %> - <% if CurrentUser.id == post.uploader_id %> + <% if CurrentUser.id == post.uploader_id && Danbooru.config.upload_feedback_topic.present? %>
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.
<% end %>