about summary refs log tree commit diff
path: root/app/views/authorize_follow/_card.html.haml
blob: 16af9220e58e5431436f14a8b50705d066479688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.account-card
  .detailed-status__display-name
    %div
      = image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'

    %span.display-name
      %strong.emojify= display_name(account)
      %span= "@#{account.acct}"

  - if account.note?
    .account__header__content.emojify= Formatter.instance.simplified_format(account)