6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
<% if show_moderation_notice? %>
|
|
<div class="ui-corner-all ui-state-highlight" id="mod-notice">
|
|
<span>You haven't moderated any posts in awhile. Consider checking out the <%= link_to "queue", random_moderator_post_queue_path(:return_to => request.original_url) %>.</span>
|
|
</div>
|
|
<% end %>
|