Interface for reviewing queued posts

This commit is contained in:
Robin Ward
2015-04-10 17:00:50 -04:00
parent f1ede42569
commit 96d2c5069b
21 changed files with 219 additions and 17 deletions

View File

@ -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"