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

Open in your IDE?
  1. {##
  2.  # Regular link
  3.  #}
  4. <a {{ this.printTagAttributes(this.getAttributes())|raw }}>
  5. {% if this.getParam('icon-style') %}<i class="button-icon {{ this.getParam('icon-style') }}"></i>{% endif %}<span>{{ t(this.getButtonLabel()) }}</span>
  6. </a>