Skip to content
Snippets Groups Projects
Commit b3dbc185 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5195: renaming component for easier reability

parent 7a92dd78
No related branches found
No related tags found
1 merge request!118Feature/istwcms 5195 ebremner node theming
......@@ -70,6 +70,7 @@
{% endif %}
</div>
{% endif %}
{% if not featured_image and (sources or img_element) %}
<div class="card__media">
{% if url %}
......@@ -106,7 +107,7 @@
{{ footer }}
{% if additional_info %}
{% include '@components/card/card-footer-elements/_additional-info.twig' with {
{% include '@components/card/card-elements/_additional-info.twig' with {
'additional_info': additional_info
} %}
{% endif %}
......@@ -141,7 +142,7 @@
{% endif %}
{% if location_info %}
{% include '@components/card/card-footer-elements/_location-info.twig' with {
{% include '@components/card/card-elements/_location-info.twig' with {
'address': location_info.address,
'map': location_info.map,
'map_link': location_info.map_link,
......@@ -209,7 +210,7 @@
{% endif %}
{% if tags %}
{% include '@components/card/card-footer-elements/_tags.twig' with {
{% include '@components/card/card-elements/_tags.twig' with {
'tags': tags,
} %}
{% endif %}
......
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