Skip to content
Snippets Groups Projects
Unverified Commit 1287de1b authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 72f9eab3
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment