about summary refs log tree commit diff
path: root/app/views/about/_contact.html.haml
blob: 39e4e98ec176dafdd4004d4a5698389e5688849e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.panel
  .panel-header= t 'about.contact'
  .panel-body
    - if contact.contact_account
      .owner
        .avatar= image_tag contact.contact_account.avatar.url
        .name
          = link_to TagManager.instance.url_for(contact.contact_account) do
            %span.display_name.emojify= display_name(contact.contact_account)
            %span.username @#{contact.contact_account.acct}

    - if contact.site_contact_email
      .contact-email
        = t 'about.business_email'
        %strong= contact.site_contact_email