simplify emojification on public pages with .emojify class
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
= image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
|
||||
|
||||
%span.display-name
|
||||
%strong= display_name(account)
|
||||
%strong.emojify= display_name(account)
|
||||
%span= "@#{account.acct}"
|
||||
|
||||
- unless account.note.blank?
|
||||
.account__header__content= Formatter.instance.simplified_format(account)
|
||||
.account__header__content.emojify= Formatter.instance.simplified_format(account)
|
||||
|
Reference in New Issue
Block a user