short-object-description.html.twig 273 B

1234567
  1. <span class="inner-field-short-description">
  2. {% if admin.hasRoute('edit') and admin.isGranted('EDIT') %}
  3. <a href="{{ admin.generateObjectUrl('edit', object) }}" target="new">{{ description }}</a>
  4. {% else %}
  5. {{ description }}
  6. {% endif %}
  7. </span>