|
@@ -10,7 +10,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-small delete_link" title="{{ 'action_delete'|trans({}, 'SonataAdminBundle') }}">
|
|
|
+ <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>
|
|
|
{{ 'action_delete'|trans({}, 'SonataAdminBundle') }}
|
|
|
</a>
|