|
@@ -11,7 +11,7 @@ file that was distributed with this source code.
|
|
|
|
|
|
{% if admin.isGranted('DELETE', object) and admin.hasRoute('delete') %}
|
|
|
<a href="{{ admin.generateObjectUrl('delete', object) }}" class="btn btn-sm btn-default delete_link" title="{{ 'action_delete'|trans({}, 'SonataAdminBundle') }}">
|
|
|
- <i class="glyphicon glyphicon-remove"></i>
|
|
|
+ <i class="fa fa-times"></i>
|
|
|
{{ 'action_delete'|trans({}, 'SonataAdminBundle') }}
|
|
|
</a>
|
|
|
{% endif %}
|