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