diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 5fb158de8..b9e565598 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -1,6 +1,6 @@ <% if post.is_flagged? && !post.is_deleted? && post.flags.any? %>
This post was flagged for deletion:
+This post was flagged for review (<%= link_to "learn more", wiki_pages_path(:title => "howto:flag") %>):
<%= post_flag_reasons(post) %>Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.
+Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>. + If you plan to upload your own art, you should read <%= Danbooru.config.app_name %>'s + <%= link_to "specific policy guidance", wiki_pages_path(:title => "howto:upload", :anchor => "dtext-self-upload") %> + first. More suitable sites to uploading your own artwork include DeviantArt, Tumblr, Twitter, Pixiv, etc.