From: Iijima Yasushi Date: Sat, 20 Jan 2018 18:27:13 +0000 (+0900) Subject: Change mailer avatar url (#6309) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=72f9eab3d6e35798d2797d9acaebe0d97b22f646;p=mastodon.git Change mailer avatar url (#6309) * Change mailer avatar url * Use full_asset_url method --- diff --git a/app/views/notification_mailer/_status.html.haml b/app/views/notification_mailer/_status.html.haml index 1e796ed29..85f9294e9 100644 --- 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}"