The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

13 lines
659 B

  1. .account-grid-card
  2. .account-grid-card__header{ style: "background-image: url(#{account.header.url(:original)})" }
  3. = render 'accounts/follow_button', account: account, relationships: @relationships
  4. .account-grid-card__avatar
  5. .avatar= image_tag account.avatar.url(:original)
  6. .name
  7. = link_to TagManager.instance.url_for(account) do
  8. %span.display_name.emojify= display_name(account, custom_emojify: true)
  9. %span.username
  10. @#{account.local? ? account.local_username_and_domain : account.acct}
  11. = fa_icon('lock') if account.locked?
  12. .account__header__content.p-note.emojify= Formatter.instance.simplified_format(account)