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

@ -11,13 +11,13 @@
= link_to t('accounts.remote_follow'), account_remote_follow_path(@account), class: 'button'
.avatar= image_tag @account.avatar.url(:original), class: 'u-photo'
%h1.name
%span.p-name= display_name(@account)
%span.p-name.emojify= display_name(@account)
%small
%span.p-nickname= "@#{@account.username}"
= fa_icon('lock') if @account.locked?
.details
.bio
.account__header__content.p-note= Formatter.instance.simplified_format(@account)
.account__header__content.p-note.emojify= Formatter.instance.simplified_format(@account)
.details-counters
.counter{ class: active_nav_class(account_url(@account)) }