diff options
-rw-r--r-- | version.inc | 2 | ||||
-rwxr-xr-x | view/tpl/group_side.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc index 869617f9e..a9ccde1f5 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-01-26.1290H +2016-01-27.1291H diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index 952757076..af6014359 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -16,7 +16,7 @@ </li> {{/foreach}} <li> - <a href="group/new" title="{{$createtext}}" >{{$createtext}}</a> + <a href="group/new" title="{{$createtext}}" ><i class="icon-plus-sign"></i> {{$createtext}}</a> </li> </ul> |