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

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