Skip to content

Commit d2fa57d

Browse files
add sidebar which displays accessible group hierarchy to organization home page
1 parent d433eb7 commit d2fa57d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/org/home.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
{{end}}
8484
{{end}}
8585
</div>
86+
{{else}}
87+
<div class="ui five wide column">
88+
{{template "group/sidebar/menu" .}}
89+
</div>
8690
{{end}}
8791
</div>
8892
</div>

0 commit comments

Comments
 (0)