about summary refs log tree commit diff
path: root/app/views/layouts/modal.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/modal.html.haml')
-rw-r--r--app/views/layouts/modal.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml
index 08b4c852f..dee7c63d9 100644
--- a/app/views/layouts/modal.html.haml
+++ b/app/views/layouts/modal.html.haml
@@ -9,8 +9,9 @@
         = fa_icon 'sign-out'
 
   .container-alt= yield
+
   .modal-layout__mastodon
     %div
-      %img{alt:'', draggable:'false', src:"#{mascot_url}"}
+      %img{alt: '', draggable: 'false', src: mascot_url }
 
 = render template: 'layouts/application'