diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2021-02-11 10:18:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 02:18:56 +0100 |
commit | d499bb031f0d20a5f27facfd57cf4e00f89003d7 (patch) | |
tree | 4f3b173c5141722636318d76db7ba0e2655a3d94 /app/views/layouts | |
parent | 6feaad33f22060cc113890325ef1802378b6f27b (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')
-rw-r--r-- | app/views/layouts/modal.html.haml | 1 |
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' |