about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-05-28 17:45:06 +0200
committerThibaut Girka <thib@sitedethib.com>2019-05-28 17:45:06 +0200
commit3d73d76e551193a9beffec7a8cdf67e3d18978cf (patch)
treecf2f72e84c0b99b9130ced6ee1dcd831756e7361 /app/views/layouts/application.html.haml
parent1b0ce85e3da4b5c1941f65da7d73258da6eed6d0 (diff)
parentb793722d7d7df856466331729d523c807273b003 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rwxr-xr-xapp/views/layouts/application.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 34c25a7d1..f11fddd4d 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -39,3 +39,6 @@
 
   %body{ class: body_classes }
     = content_for?(:content) ? yield(:content) : yield
+
+    %div{ style: 'display: none'}
+      = render file: Rails.root.join('app', 'javascript', 'images', 'logo_transparent.svg')