Skip to content
Snippets Groups Projects
Commit ea33cdc3 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Set contact address in about/more as mailto link (#4450)

* Set contact address as mailto link

To be able to copy long email address

* Set style for mailto link
parent 579e85f6
No related branches found
No related tags found
No related merge requests found
......@@ -147,9 +147,10 @@
white-space: nowrap;
overflow: hidden;
span {
a {
font-weight: 400;
color: lighten($ui-base-color, 34%);
text-decoration: none;
}
}
}
......
......@@ -2,7 +2,7 @@
.panel-header
= succeed ':' do
= t 'about.contact'
%span{ title: contact.site_contact_email.presence }= contact.site_contact_email.presence
= mail_to contact.site_contact_email.presence, nil, :title => contact.site_contact_email.presence
.panel-body
- if contact.contact_account
.owner
......
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