aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-27 00:11:15 -0800
committerredmatrix <git@macgirvin.com>2016-01-27 00:11:15 -0800
commit5d6657f77a2937f7027e222a86a68274ce177214 (patch)
tree29340788e9ff18abcc544a3842965d623f04461e
parentd83b907cdcb4d7a7638b2be9a8024a43f6012827 (diff)
downloadvolse-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.
-rw-r--r--version.inc2
-rwxr-xr-xview/tpl/group_side.tpl2
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>