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