vendor/wearemarketing/webcontentbundle/Resources/views/EditInline/full_edit_path_template.html.twig line 1

Open in your IDE?
  1. {% if check_role_is_granted_for_edit_inline() %}
  2.     <a href="{{ route }}" class="inline_edit_link {{ aditional_class | default('fa ' ~ fa_icon_class) }}" data-parent-class="{{ parent_class|default('empty-parent') }}" title="{{ title }}" target="_blank"></a>
  3. {% endif %}