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