Federated social network node, running on kosmos.social
https://kosmos.social
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.
15 lines
529 B
15 lines
529 B
.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
|
|
|