This repository was archived by the owner on Mar 25, 2021. It is now read-only.
File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -227,3 +227,5 @@ Add the following to the crontab:
227
227
# Sync modified groups back to LDAP every 5 minutes
228
228
* /5 * * * * /project/dir/current/current/bin/console grouphub:sync -e=prod --type=queue
229
229
```
230
+
231
+ also see: [ Docs] ( docs/ )
Original file line number Diff line number Diff line change
1
+ # Templating
2
+
3
+ Since are somewhat deeply nested and most are named * group* sometimes it's
4
+ hard to discover what means what. The tree below represents the include structure
5
+ for all lists of groups.
6
+
7
+ base.html.twig
8
+ group_categories.html.twig
9
+ my_groups.html.twig
10
+ _sort.html.twig
11
+ my_groups-groups.html.twig (my-owner)
12
+ _memberships.html.twig
13
+ my_groups-groups.html.twig (my-admin)
14
+ _memberships.html.twig
15
+ my_groups-groups.html.twig (my-member)
16
+ _memberships.html.twig
17
+ organisation_groups.html.twig
18
+ _sort.html.twig
19
+ organisation_groups-groups.html.twig (org-owner)
20
+ _memberships.html.twig
21
+ organisation_groups-groups.html.twig (org-admin)
22
+ _memberships.html.twig
23
+ organisation_groups-groups.html.twig (org-member)
24
+ _memberships.html.twig
25
+ all_groups.html.twig
26
+ _sort.html.twig
27
+ all_groups-groups.html.twig
28
+ _groups.html.twig
29
+
30
+ search.html.twig
31
+ _sort.html.twig [organisationGroups.sort]
32
+ search-results.html.twig
33
+
You can’t perform that action at this time.
0 commit comments