Skip to content
Snippets Groups Projects
Commit a6e148bc authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-7169 Show 'additional info' in contact listings

parent 59320601
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; ...@@ -74,6 +74,9 @@ $details-background-color: var(--gray-2) !default;
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 1 / 2; grid-row: 1 / 2;
width: 100%; width: 100%;
.uw-contact__additional{
padding-top: 1rem;
}
} }
&__with_image { &__with_image {
.uw-contact__image{ .uw-contact__image{
......
...@@ -54,6 +54,12 @@ ...@@ -54,6 +54,12 @@
</div> </div>
{% endif %} {% endif %}
{% if contact.footer.contact_info.info %}
<div class="uw-contact__additional">
{{ contact.footer.contact_info.info }}
</div>
{% endif %}
{% if contact.footer.links.profile %} {% if contact.footer.links.profile %}
<div class="uw-contact__profile"> <div class="uw-contact__profile">
<span class="uw-label">{{ 'Link to profile:'|t }}</span> <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