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