test
parent
ac452987bf
commit
56979f6a85
|
@ -68,15 +68,17 @@
|
|||
</ul>
|
||||
</slider-component>
|
||||
|
||||
<div class="center collection__view-all scroll-trigger animate--slide-in">
|
||||
<a
|
||||
href="{{ collection.url }}"
|
||||
class="button"
|
||||
aria-label="{{ 'sections.featured_collection.view_all_label' | t: collection_name: collection.title | escape }}"
|
||||
>
|
||||
{{ 'sections.featured_collection.view_all' | t }}
|
||||
</a>
|
||||
</div>
|
||||
{% if collection.all_products_count > products_to_show %}
|
||||
<div class="center collection__view-all scroll-trigger animate--slide-in">
|
||||
<a
|
||||
href="{{ collection.url }}"
|
||||
class="button"
|
||||
aria-label="{{ 'sections.featured_collection.view_all_label' | t: collection_name: collection.title | escape }}"
|
||||
>
|
||||
{{ 'sections.featured_collection.view_all' | t }}
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue