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.
 
 
 
 

9 lines
332 B

  1. .account-grid-card
  2. .account-grid-card__header
  3. .avatar= image_tag account.avatar.url(:original)
  4. .name
  5. = link_to TagManager.instance.url_for(account) do
  6. %span.display_name.emojify= display_name(account)
  7. %span.username @#{account.acct}
  8. %p.note.emojify= truncate(strip_tags(account.note), length: 150)