diff options
author | friendica <info@friendica.com> | 2015-03-30 00:51:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-30 00:51:03 -0700 |
commit | cff7696e984576718f48bd9fcdd2ecff0e7d7d73 (patch) | |
tree | 73a4b8c9187af1d9d69179eed6eb5d7ba9ef5170 /view | |
parent | c29d3fc08ae4b5df72c3958ac790a56815413051 (diff) | |
download | volse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.tar.gz volse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.tar.bz2 volse-hubzilla-cff7696e984576718f48bd9fcdd2ecff0e7d7d73.zip |
change "create new collection" to iconic, document the account table
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/group_side.tpl | 5 |
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> |