diff options
author | David Yip <yipdw@member.fsf.org> | 2018-01-21 18:00:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 18:00:08 -0600 |
commit | a90d0419d97db50cca034b9d30969f3d161a69b1 (patch) | |
tree | 86c6a4182cda85171caf2f5c1553c054ed7b7e1f /app/views/notification_mailer | |
parent | 81b78fac542be867eedc7a0310e29de30b382770 (diff) | |
parent | 48d79007f616ba03f663d29536927f6ab14e4b53 (diff) |
Merge pull request #343 from glitch-soc/merge-upstream-20180121
Merge upstream
Diffstat (limited to 'app/views/notification_mailer')
-rw-r--r-- | app/views/notification_mailer/_status.html.haml | 2 |
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}" |