weekly quick-entry form (#2793)
This commit is contained in:
5
templates/quick-entry/actions.html.twig
Normal file
5
templates/quick-entry/actions.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
{% macro quickEntries(view) %}
|
||||
{% import "macros/widgets.html.twig" as widgets %}
|
||||
{% set event = actions(app.user, 'weekly_times', view, {}) %}
|
||||
{{ widgets.page_actions(event.actions) }}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user