Skip to content
Snippets Groups Projects
Commit 72f9eab3 authored by Iijima Yasushi's avatar Iijima Yasushi Committed by Eugen Rochko
Browse files

Change mailer avatar url (#6309)

* Change mailer avatar url

* Use full_asset_url method
parent 0b7a0d15
No related branches found
Tags v2.2.0rc1
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
%tbody %tbody
%tr %tr
%td{ align: 'left', width: 48 } %td{ align: 'left', width: 48 }
= image_tag status.account.avatar = image_tag full_asset_url(status.account.avatar), alt:''
%td{ align: 'left' } %td{ align: 'left' }
%bdi= display_name(status.account) %bdi= display_name(status.account)
= "@#{status.account.acct}" = "@#{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