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.
 
 
 
 

16 lines
529 B

  1. .panel
  2. .panel-header= t 'about.contact'
  3. .panel-body
  4. - if contact.contact_account
  5. .owner
  6. .avatar= image_tag contact.contact_account.avatar.url
  7. .name
  8. = link_to TagManager.instance.url_for(contact.contact_account) do
  9. %span.display_name.emojify= display_name(contact.contact_account)
  10. %span.username @#{contact.contact_account.acct}
  11. - if contact.site_contact_email
  12. .contact-email
  13. = t 'about.business_email'
  14. %strong= contact.site_contact_email