diff options
Diffstat (limited to 'view/group_side.tpl')
-rw-r--r--[-rwxr-xr-x] | view/group_side.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/group_side.tpl b/view/group_side.tpl index 0353b1d2c..ebb194d9c 100755..100644 --- a/view/group_side.tpl +++ b/view/group_side.tpl @@ -23,6 +23,11 @@ <div id="sidebar-new-group"> <a href="group/new">$createtext</a> </div> + {{ if $ungrouped }} + <div id="sidebar-ungrouped"> + <a href="nogroup">$ungrouped</a> + </div> + {{ endif }} </div> |