about summary refs log tree commit diff
path: root/app/views/notification_mailer/_status.html.haml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-21 18:00:08 -0600
committerGitHub <noreply@github.com>2018-01-21 18:00:08 -0600
commita90d0419d97db50cca034b9d30969f3d161a69b1 (patch)
tree86c6a4182cda85171caf2f5c1553c054ed7b7e1f /app/views/notification_mailer/_status.html.haml
parent81b78fac542be867eedc7a0310e29de30b382770 (diff)
parent48d79007f616ba03f663d29536927f6ab14e4b53 (diff)
Merge pull request #343 from glitch-soc/merge-upstream-20180121
Merge upstream
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 85f9294e9..727e914dc 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 full_asset_url(status.account.avatar), alt:''
+                                      = image_tag full_asset_url(status.account.avatar.url), alt:''
                                     %td{ align: 'left' }
                                       %bdi= display_name(status.account)
                                       = "@#{status.account.acct}"