added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
8
templates/doctor/actions.html.twig
Normal file
8
templates/doctor/actions.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{% macro doctor(view) %}
|
||||
{% import "macros/widgets.html.twig" as widgets %}
|
||||
|
||||
{% set actions = {} %}
|
||||
|
||||
{% set event = trigger('actions.doctor', {'actions': actions, 'view': view}) %}
|
||||
{{ widgets.page_actions(event.payload.actions) }}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user