custom/static-plugins/EfbStorefront/Resources/views/storefront/component/product/card/action.html.twig line 1

Open in your IDE?
  1. {% extends "@Storefront/storefront/component/product/card/action.html.twig" %}
  2. {% block component_product_box_action_detail %}
  3.     <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  4.        class="btn btn-block btn-primary"
  5.        title="{{ "listing."|trans|striptags }}">
  6.         {{ "listing.boxProductDetails"|trans|sw_sanitize }}
  7.     </a>
  8. {% endblock %}