Update and delete multi timesheets and tags (#1240)

This commit is contained in:
Kevin Papst
2019-11-15 01:25:31 +01:00
committed by GitHub
parent b4739f8f03
commit 94c28ebbc5
49 changed files with 1836 additions and 307 deletions

View 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 %}