diff options
author | redmatrix <git@macgirvin.com> | 2016-01-27 00:11:15 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-27 00:11:15 -0800 |
commit | 5d6657f77a2937f7027e222a86a68274ce177214 (patch) | |
tree | 29340788e9ff18abcc544a3842965d623f04461e /view | |
parent | d83b907cdcb4d7a7638b2be9a8024a43f6012827 (diff) | |
download | volse-hubzilla-5d6657f77a2937f7027e222a86a68274ce177214.tar.gz volse-hubzilla-5d6657f77a2937f7027e222a86a68274ce177214.tar.bz2 volse-hubzilla-5d6657f77a2937f7027e222a86a68274ce177214.zip |
provide an icon to make 'add privacy group' stand out from the list of groups. Please revert if you think it's too messy.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/group_side.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |