From b560b11f6e2380057aac125b230e2a79c5d9a908 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Jul 2014 13:21:29 +1000 Subject: [PATCH] FIX: add admin/logs route for right click --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index c7a5acddf7f..636e05d23da 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -93,6 +93,8 @@ Discourse::Application.routes.draw do resources :screened_urls, only: [:index] end + get "/logs" => "staff_action_logs#index" + get "customize" => "color_schemes#index", constraints: AdminConstraint.new get "customize/css_html" => "site_customizations#index", constraints: AdminConstraint.new get "customize/colors" => "color_schemes#index", constraints: AdminConstraint.new