@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<% if post.is_pending? %>
|
<% if post.is_pending? %>
|
||||||
<div class="ui-corner-all ui-state-highlight notice notice-pending" id="pending-approval-notice">
|
<div class="ui-corner-all ui-state-highlight notice notice-pending" id="pending-approval-notice">
|
||||||
This post is pending approval (<%= link_to "learn more", wiki_pages_path(:title => "help:post_moderation") %>)
|
This post is pending approval (<%= link_to "learn more", wiki_pages_path(:title => "about:mod_queue") %>)
|
||||||
|
|
||||||
<% if CurrentUser.is_janitor? && !post.disapproved_by?(CurrentUser.user) %>
|
<% if CurrentUser.is_janitor? && !post.disapproved_by?(CurrentUser.user) %>
|
||||||
<div class="quick-mod">
|
<div class="quick-mod">
|
||||||
|
|||||||
Reference in New Issue
Block a user