You can report a single post by clicking the correct icon in the controler section Workflow: * Report a post as offensive * Trigger alerts to every pod-admin * Pod-admin can review it in the admin interface * Delete the post or mark it as reviewed
11 lines
391 B
Text
11 lines
391 B
Text
#admin_nav
|
|
%h2
|
|
= t('.pages')
|
|
%ul
|
|
%li= link_to t('.user_search'), user_search_path
|
|
%li= link_to t('.weekly_user_stats'), weekly_user_stats_path
|
|
%li= link_to t('.pod_stats'), pod_stats_path
|
|
%li= link_to t('.post_report'), post_report_index_path
|
|
%li= link_to t('.correlations'), correlations_path
|
|
%li= link_to t('.sidekiq_monitor'), sidekiq_path
|
|
|