modules/XC/CrispWhiteSkin/templates/web/customer/modules/XC/ProductComparison/header_indicator.twig line 1

Open in your IDE?
  1. <div class="header_product-comparison compare-indicator {{ this.getIndicatorClasses() }}">
  2.     <a {% if not this.isDisabled() %}href="{{ this.getCompareURL() }}" {% endif %} data-target="{{ this.getCompareURL() }}" title="{{ this.getLinkHelpMessage() }}">
  3.         <span class="counter">{{this.getComparedCount()}}</span>
  4.     </a>
  5. </div>