mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Interface for reviewing queued posts
This commit is contained in:
@@ -226,7 +226,10 @@ en:
|
||||
placeholder: "type the topic title here"
|
||||
|
||||
queue:
|
||||
approve: 'Approve Post'
|
||||
reject: 'Reject Post'
|
||||
title: "Needs Approval"
|
||||
none: "There are no posts to review."
|
||||
|
||||
approval:
|
||||
title: "Post Needs Approval"
|
||||
|
||||
@@ -454,6 +454,9 @@ Discourse::Application.routes.draw do
|
||||
get "/posts/:id/raw-email" => "posts#raw_email"
|
||||
get "raw/:topic_id(/:post_number)" => "posts#markdown_num"
|
||||
|
||||
resources :queued_posts, constraints: StaffConstraint.new
|
||||
get 'queued-posts' => 'queued_posts#index'
|
||||
|
||||
resources :invites do
|
||||
collection do
|
||||
get "upload" => "invites#check_csv_chunk"
|
||||
|
||||
Reference in New Issue
Block a user