diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-01 01:07:38 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-01 01:07:38 -0700 |
commit | 6199af6a790016254b3af3cebd334902469f86ec (patch) | |
tree | 7c9e233a1c649f6d1797584264a7804aa33dba20 /view/tpl | |
parent | 6f78d7a85d0371dc7fb72acb3a85217005400f91 (diff) | |
download | volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.tar.gz volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.tar.bz2 volse-hubzilla-6199af6a790016254b3af3cebd334902469f86ec.zip |
revert iconic change to collection list widget
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/group_side.tpl | 4 |
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> |