about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-20 16:42:57 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-20 16:42:57 -0600
commit2c578a01d86ef65d1b0117f6fff32a6b57463dde (patch)
tree55f0a6ca95edb1e09e48aeab082b7d6981c59e7c /app
parente7a0840f8cfcc199665db43e28af74ec56ffe734 (diff)
parent72f9eab3d6e35798d2797d9acaebe0d97b22f646 (diff)
Merge remote-tracking branch 'origin/master' into gs-master
Diffstat (limited to 'app')
-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}"