Skip to content
Snippets Groups Projects
Commit 2d919442 authored by STJrInuyasha's avatar STJrInuyasha Committed by Eugen Rochko
Browse files

Don't show business e-mail if it's blank (#3619)

parent 0026ba27
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
%span.display_name.emojify= display_name(contact.contact_account)
%span.username @#{contact.contact_account.acct}
- if contact.site_contact_email
- unless contact.site_contact_email.blank?
.contact-email
= t 'about.business_email'
%strong= contact.site_contact_email
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment