Use custom mascot on static share page (#15687)

* Use custom mascot on static share page

* Use full_asset_url
This commit is contained in:
Jeong Arm
2021-02-11 10:18:56 +09:00
committed by GitHub
parent 6feaad33f2
commit d499bb031f
3 changed files with 25 additions and 2 deletions

View File

@ -14,5 +14,6 @@
.container-alt= yield
.modal-layout__mastodon
%div
%img{alt:'', draggable:'false', src:"#{mascot_url}"}
= render template: 'layouts/application'