Update and delete multi timesheets and tags (#1240)
This commit is contained in:
7
templates/timesheet/multi-update.html.twig
Normal file
7
templates/timesheet/multi-update.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'timesheet/layout-multi-update.html.twig' %}
|
||||
|
||||
{% block page_title %}{{ 'timesheet.title'|trans }}{% endblock %}
|
||||
{% block page_actions %}
|
||||
{% import "timesheet/actions.html.twig" as actions %}
|
||||
{{ actions.timesheets_multi_update('multi-update') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user