diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-11 01:58:55 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-11 01:58:55 +0100 |
commit | b919f39b3186c5f022d3965cf6023ff9041e91ca (patch) | |
tree | 797d63419822cb63a24e403ea47ab8b8f304fff9 /app/views/layouts | |
parent | d4b9b289e8a4db61dbed9c725ee602ee63515d15 (diff) |
Customizing doorkeeper views for authorizing app
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/auth.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |