From b919f39b3186c5f022d3965cf6023ff9041e91ca Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 11 Mar 2016 01:58:55 +0100 Subject: Customizing doorkeeper views for authorizing app --- app/views/layouts/auth.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/auth.html.haml') diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml index 775815751..8a2c8fa74 100644 --- a/app/views/layouts/auth.html.haml +++ b/app/views/layouts/auth.html.haml @@ -2,7 +2,7 @@ .logo-container %h1 = link_to root_path do - = render partial: 'logo', locals: { dim: 200 } + = render partial: 'application/logo', locals: { dim: 200 } %small= Rails.configuration.x.local_domain .form-container -- cgit