improved look and feel for toolbar in data tables
added tool links to data tables
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{% import "macros/toolbar.html.twig" as toolbar %}
|
||||
|
||||
{{ toolbar.start() }}
|
||||
{{ form_start(form) }}
|
||||
<div class="box-body">
|
||||
{{ form_widget(form) }}
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
{{ toolbar.end() }}
|
||||
Reference in New Issue
Block a user