modules/QSL/MyWishlist/templates/web/customer/modules/QSL/MyWishlist/add_to_wishlist/body.twig line 1

Open in your IDE?
  1. {##
  2.  #
  3.  #}
  4. <button {{ this.printTagAttributes(this.getAttributes()) | raw }}>
  5.   {% if this.isProductInWishlist() %}<i class="fa fa-heart"></i>{% else %}<i class="fa fa-heart-o"></i>{% endif %}
  6.   <span class="wishlist-link-label">
  7.       {{ t(this.getButtonLabel()) }}
  8.   </span>
  9. </button>