Don't show business e-mail if it's blank (#3619)
This commit is contained in:
parent
0026ba2751
commit
2d91944285
@ -9,7 +9,7 @@
|
|||||||
%span.display_name.emojify= display_name(contact.contact_account)
|
%span.display_name.emojify= display_name(contact.contact_account)
|
||||||
%span.username @#{contact.contact_account.acct}
|
%span.username @#{contact.contact_account.acct}
|
||||||
|
|
||||||
- if contact.site_contact_email
|
- unless contact.site_contact_email.blank?
|
||||||
.contact-email
|
.contact-email
|
||||||
= t 'about.business_email'
|
= t 'about.business_email'
|
||||||
%strong= contact.site_contact_email
|
%strong= contact.site_contact_email
|
||||||
|
Loading…
Reference in New Issue
Block a user