12345 |
- {% if admin.isGranted('EDIT', object) and admin.hasRoute('edit') %}
- <a href="{{ admin.generateObjectUrl('edit', object) }}" class="edit_link" title="{% trans from 'SonataAdminBundle' %}action_edit{% endtrans %}">
- <img src="{{ asset('bundles/sonataadmin/famfamfam/page_white_edit.png') }}" alt="{% trans from 'SonataAdminBundle' %}action_edit{% endtrans %}" />
- </a>
- {% endif %}
|