logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2d9194428529a9e21ec160bf34e052148c742dea
parent: 0026ba2751814ac82f02dad32a168560524fe9bf
Author: STJrInuyasha <MattWCSTRFAN@gmail.com>
Date:   Wed,  7 Jun 2017 00:57:47 -0700

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


Diffstat:

Mapp/views/about/_contact.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/about/_contact.html.haml b/app/views/about/_contact.html.haml @@ -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