aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_side.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-xview/tpl/group_side.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index d99bd72c7..952757076 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -15,8 +15,10 @@
<a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a>
</li>
{{/foreach}}
+ <li>
+ <a href="group/new" title="{{$createtext}}" >{{$createtext}}</a>
+ </li>
</ul>
- <a href="group/new" class="btn btn-default" title="{{$createtext}}" ><i class="icon-plus"></i></a>
</div>
</div>