Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
412 B

5 years ago
  1. {# templates/CRUD/list__action_clone.html.twig #}
  2. {% if admin.hasAccess('edit', object) and admin.hasRoute('edit') %}
  3. <a href="{{ admin.generateObjectUrl('clone', object) }}" class="btn btn-sm btn-default edit_link" title="{{ 'action_edit'|trans({}, 'SonataAdminBundle') }}">
  4. <i class="fa fa-clone" aria-hidden="true"></i>
  5. {{ 'Duplicar'|trans({}, 'SonataAdminBundle') }}
  6. </a>
  7. {% endif %}