Skip to content
Snippets Groups Projects
Commit e620dcbc authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-7169-l26yan-Show_additional_info_in_contact_listings' into '1.1.x'

ISTWCMS-7169 Show 'additional info' in contact listings

See merge request !240
parents 59320601 a6e148bc
No related branches found
No related tags found
1 merge request!240ISTWCMS-7169 Show 'additional info' in contact listings
......@@ -74,6 +74,9 @@ $details-background-color: var(--gray-2) !default;
grid-column: 1 / 2;
grid-row: 1 / 2;
width: 100%;
.uw-contact__additional{
padding-top: 1rem;
}
}
&__with_image {
.uw-contact__image{
......
......@@ -54,6 +54,12 @@
</div>
{% endif %}
{% if contact.footer.contact_info.info %}
<div class="uw-contact__additional">
{{ contact.footer.contact_info.info }}
</div>
{% endif %}
{% if contact.footer.links.profile %}
<div class="uw-contact__profile">
<span class="uw-label">{{ 'Link to profile:'|t }}</span>
......
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