templates/web/customer/button/popup_link.twig line 1

Open in your IDE?
  1. {##
  2.  # Popup button
  3.  #}
  4. <a href="#" {{ this.printTagAttributes(this.getAttributes())|raw }}>
  5.   {{ this.displayCommentedData(this.getURLParams()) }}
  6.   {% if this.getParam('icon-style') %}
  7.   <i class="fa {{ this.getParam('icon-style') }}"></i>
  8.   {% endif %}
  9.   {{ t(this.getButtonContent()) }}
  10. </a>