Browse Source

Change mailer avatar url (#6309)

* Change mailer avatar url

* Use full_asset_url method
pull/4/head
Iijima Yasushi 6 years ago
committed by Eugen Rochko
parent
commit
72f9eab3d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/notification_mailer/_status.html.haml

+ 1
- 1
app/views/notification_mailer/_status.html.haml View File

@ -19,7 +19,7 @@
%tbody
%tr
%td{ align: 'left', width: 48 }
= image_tag status.account.avatar
= image_tag full_asset_url(status.account.avatar), alt:''
%td{ align: 'left' }
%bdi= display_name(status.account)
= "@#{status.account.acct}"

Loading…
Cancel
Save