modules/CDev/GoSocial/templates/web/customer/modules/CDev/GoSocial/button/social_button.twig line 1

Open in your IDE?
  1. {##
  2.  # Common button
  3.  #}
  4. <div class="likely"
  5.      {% if this.getDataURL() %}data-url="{{ this.getDataURL() }}"{% endif %}
  6.      {% if this.getDataTitle() %}data-title="{{ this.getDataTitle() }}"{% endif %}
  7. >
  8.   <div{{ this.getButtonParamsCode()|raw }} class="{{ this.getButtonType() }}">{{ this.getButtonLabel() }}</div>
  9. </div>