You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
355 B

  1. .account-card
  2. .detailed-status__display-name
  3. %div
  4. = image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
  5. %span.display-name
  6. %strong= display_name(account)
  7. %span= "@#{account.acct}"
  8. - unless account.note.blank?
  9. .account__header__content= Formatter.instance.simplified_format(account)