diff --git a/templates/group/selector.tmpl b/templates/group/selector.tmpl new file mode 100644 index 0000000000..70246da80a --- /dev/null +++ b/templates/group/selector.tmpl @@ -0,0 +1,27 @@ +{{define "group-selection-item"}} +
+ {{ctx.AvatarUtils.Avatar . 28 "mini"}} + {{.ShortName 40}} +
+ {{range .Subgroups}} + {{block "group-selection-item" .}} + {{end}} + {{end}} +{{end}} +
+ + +