Empty a element is created when there is no business e-mail input.
white-space: nowrap;
overflow: hidden;
- a {
+ a,
+ span {
font-weight: 400;
color: lighten($ui-base-color, 34%);
+ }
+
+ a {
text-decoration: none;
}
}
.panel-header
= succeed ':' do
= t 'about.contact'
- = mail_to contact.site_contact_email.presence, nil, :title => contact.site_contact_email.presence
+ - if contact.site_contact_email.present?
+ = mail_to contact.site_contact_email, nil, title: contact.site_contact_email
+ - else
+ %span= t 'about.contact_unavailable'
.panel-body
- if contact.contact_account
.owner