about summary refs log tree commit diff
path: root/app/views/notification_mailer/_status.html.haml
diff options
context:
space:
mode:
authorIijima Yasushi <kurage.cc@gmail.com>2018-01-21 03:27:13 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-20 19:27:13 +0100
commit72f9eab3d6e35798d2797d9acaebe0d97b22f646 (patch)
tree570840b675b80c31aeab569faf0f53e9eef74b0b /app/views/notification_mailer/_status.html.haml
parent0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2 (diff)
Change mailer avatar url (#6309)
* Change mailer avatar url

* Use full_asset_url method
Diffstat (limited to 'app/views/notification_mailer/_status.html.haml')
-rw-r--r--app/views/notification_mailer/_status.html.haml2
1 files changed, 1 insertions, 1 deletions
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}"