templates/includes/atoms/back-button.html.twig line 1

Open in your IDE?
  1. {% set text = text|default('global.BackToOverview'|trans) %}
  2. {% set link = link|default(document.path) %}
  3. <a href="{{ link }}" title="{{ text }}" class="link-primary__left btn-back">
  4.     <span class="icon icon-arrow icon-rotate-180" aria-hidden="false"></span>
  5.     {{ text }}
  6. </a>