about summary refs log tree commit diff
path: root/app/views/layouts/modal.html.haml
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2021-02-11 10:18:56 +0900
committerGitHub <noreply@github.com>2021-02-11 02:18:56 +0100
commitd499bb031f0d20a5f27facfd57cf4e00f89003d7 (patch)
tree4f3b173c5141722636318d76db7ba0e2655a3d94 /app/views/layouts/modal.html.haml
parent6feaad33f22060cc113890325ef1802378b6f27b (diff)
Use custom mascot on static share page (#15687)
* Use custom mascot on static share page

* Use full_asset_url
Diffstat (limited to 'app/views/layouts/modal.html.haml')
-rw-r--r--app/views/layouts/modal.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml
index e74e2c0e3..a2cd1193f 100644
--- a/app/views/layouts/modal.html.haml
+++ b/app/views/layouts/modal.html.haml
@@ -14,5 +14,6 @@
   .container-alt= yield
   .modal-layout__mastodon
     %div
+      %img{alt:'', draggable:'false', src:"#{mascot_url}"}
 
 = render template: 'layouts/application'