diff options
Diffstat (limited to 'view/theme/diabook-aerith/group_side.tpl')
-rwxr-xr-x[-rw-r--r--] | view/theme/diabook-aerith/group_side.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/group_side.tpl b/view/theme/diabook-aerith/group_side.tpl index 642019049..8600402f2 100644..100755 --- a/view/theme/diabook-aerith/group_side.tpl +++ b/view/theme/diabook-aerith/group_side.tpl @@ -25,5 +25,10 @@ {{ endfor }} </ul> </div> + {{ if $ungrouped }} + <div id="sidebar-ungrouped"> + <a href="nogroup">$ungrouped</a> + </div> + {{ endif }} </div> |