Timesheet toolbar (#12)
* add toolbar to timesheet #11 * add customer filter #11 * add project filter #11 * add activity filter #11 * add page size selector #11 * added state filter #11 * fixed csrf token names * fixed typo
This commit is contained in:
11
app/Resources/views/macros/toolbar.html.twig
Normal file
11
app/Resources/views/macros/toolbar.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% macro start(columns) %}
|
||||
<div class="box toolbar">
|
||||
<div class="box-header">
|
||||
<div class="row">
|
||||
{% endmacro %}
|
||||
|
||||
{% macro end() %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user