This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-01-01 10:52:25 -08:00
|
|
|
.account-card
|
|
|
|
.detailed-status__display-name
|
|
|
|
%div
|
|
|
|
= image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
|
|
|
|
|
|
|
|
%span.display-name
|
2017-07-08 09:35:08 -07:00
|
|
|
- account_url = local_assigns[:admin] ? admin_account_path(account.id) : TagManager.instance.url_for(account)
|
|
|
|
= link_to account_url, class: 'detailed-status__display-name p-author h-card', target: '_blank', rel: 'noopener' do
|
2017-04-23 15:44:37 -07:00
|
|
|
%strong.emojify= display_name(account)
|
2017-05-07 18:35:25 -07:00
|
|
|
%span @#{account.acct}
|
2017-01-01 10:52:25 -08:00
|
|
|
|
2017-04-12 09:24:18 -07:00
|
|
|
- if account.note?
|
2017-01-09 19:40:45 -08:00
|
|
|
.account__header__content.emojify= Formatter.instance.simplified_format(account)
|