simplify emojification on public pages with .emojify class

This commit is contained in:
blackle
2017-01-09 22:40:45 -05:00
parent 131bae89fd
commit 917cf0bf5d
8 changed files with 13 additions and 13 deletions

View File

@ -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)