Merge pull request #450 from blackle/master
simplify emojification on public pages with .emojify classth-downstream
commit
efd4565389
@ -1,5 +1,5 @@
|
|||||||
.entry.entry-favourite
|
.entry.entry-favourite
|
||||||
.content
|
.content.emojify
|
||||||
%strong= favourite.account.acct
|
%strong= favourite.account.acct
|
||||||
= t('stream_entries.favourited')
|
= t('stream_entries.favourited')
|
||||||
%strong= favourite.status.account.acct
|
%strong= favourite.status.account.acct
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.entry.entry-follow
|
.entry.entry-follow
|
||||||
.content
|
.content.emojify
|
||||||
%strong= link_to follow.account.acct, account_path(follow.account)
|
%strong= link_to follow.account.acct, account_path(follow.account)
|
||||||
= t('stream_entries.is_now_following')
|
= t('stream_entries.is_now_following')
|
||||||
%strong= link_to follow.target_account.acct, TagManager.instance.url_for(follow.target_account)
|
%strong= link_to follow.target_account.acct, TagManager.instance.url_for(follow.target_account)
|
||||||
|
Loading…
Reference in new issue