logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 72f9eab3d6e35798d2797d9acaebe0d97b22f646
parent: 0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2
Author: Iijima Yasushi <kurage.cc@gmail.com>
Date:   Sun, 21 Jan 2018 03:27:13 +0900

Change mailer avatar url (#6309)

* Change mailer avatar url

* Use full_asset_url method

Diffstat:

Mapp/views/notification_mailer/_status.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/notification_mailer/_status.html.haml b/app/views/notification_mailer/_status.html.haml @@ -19,7 +19,7 @@ %tbody %tr %td{ align: 'left', width: 48 } - = image_tag status.account.avatar + = image_tag full_asset_url(status.account.avatar), alt:'' %td{ align: 'left' } %bdi= display_name(status.account) = "@#{status.account.acct}"