From 72f9eab3d6e35798d2797d9acaebe0d97b22f646 Mon Sep 17 00:00:00 2001 From: Iijima Yasushi Date: Sun, 21 Jan 2018 03:27:13 +0900 Subject: [PATCH] Change mailer avatar url (#6309) * Change mailer avatar url * Use full_asset_url method --- app/views/notification_mailer/_status.html.haml | 2 +- 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 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}"