From 6edbcc12df6cfbbc2d29e24b0761989d7ad5cac4 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 21 Mar 2011 16:18:17 +0000 Subject: [PATCH] Use slim layout for OAuth pages too --- app/controllers/oauth_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/oauth_controller.rb b/app/controllers/oauth_controller.rb index f70a644cd..5c84be0cf 100644 --- a/app/controllers/oauth_controller.rb +++ b/app/controllers/oauth_controller.rb @@ -1,5 +1,5 @@ class OauthController < ApplicationController - layout 'site' + layout 'slim' before_filter :authorize_web, :only => [:oauthorize, :revoke] before_filter :set_locale, :only => [:oauthorize, :revoke] -- 2.43.2