about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-11 01:26:59 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-11 01:26:59 +0100
commitd4b9b289e8a4db61dbed9c725ee602ee63515d15 (patch)
tree1dcfb150c9fa0d3e0dbe7f789193fd5a02330c0f /app/views/layouts/auth.html.haml
parent6c4c84b161947cb11ad0451a39e26b25be4c93d5 (diff)
Adding Mastodon logo
Diffstat (limited to 'app/views/layouts/auth.html.haml')
-rw-r--r--app/views/layouts/auth.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml
index dd0e7f166..775815751 100644
--- a/app/views/layouts/auth.html.haml
+++ b/app/views/layouts/auth.html.haml
@@ -1,8 +1,9 @@
 - content_for :content do
   .logo-container
     %h1
-      Mastodon
-      %small= Rails.configuration.x.local_domain
+      = link_to root_path do
+        = render partial: 'logo', locals: { dim: 200 }
+        %small= Rails.configuration.x.local_domain
 
   .form-container
     = yield