Fix invalid value passed to full_asset_url in mailers (#6312)

This commit is contained in:
Eugen Rochko 2018-01-21 13:20:00 +01:00 committed by GitHub
parent 72f9eab3d6
commit 1287de1b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"