This commit is contained in:
Eugen Rochko 2017-01-17 20:11:16 +01:00
parent fcb5a85cdd
commit cde0476ca2
1 changed files with 11 additions and 9 deletions

View File

@ -31,6 +31,7 @@
.panel
.panel-header= t 'about.contact'
.panel-body
- if @contact_account
.owner
.avatar= image_tag @contact_account.avatar.url
.name
@ -38,6 +39,7 @@
%span.display_name.emojify= display_name(@contact_account)
%span.username= "@#{@contact_account.acct}"
- unless @contact_email.blank?
.contact-email
= t 'about.business_email'
%strong= @contact_email