Link to howto:flag in flag notice.

This commit is contained in:
evazion
2016-10-24 16:04:31 -05:00
parent 13d4474818
commit 5e3393817f

View File

@@ -1,6 +1,6 @@
<% if post.is_flagged? && !post.is_deleted? && post.flags.any? %>
<div class="ui-corner-all ui-state-highlight notice notice-flagged">
<p>This post was flagged for deletion: </p>
<p>This post was flagged for review (<%= link_to "learn more", wiki_pages_path(:title => "howto:flag") %>): </p>
<%= post_flag_reasons(post) %>
</div>
@@ -79,4 +79,4 @@
</div>
<% end %>
<%= render "post_disapprovals/detailed_rejection_dialog" %>
<%= render "post_disapprovals/detailed_rejection_dialog" %>