This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Change mailer avatar url (
#6309
)
* Change mailer avatar url * Use full_asset_url method
master
Iijima Yasushi
6 years ago
committed by
Eugen Rochko
parent
0b7a0d15c7
commit
72f9eab3d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}"
Write
Preview
Loading…
Cancel
Save