provide an icon to make 'add privacy group' stand out from the list of groups. Please revert if you think it's too messy.

This commit is contained in:
redmatrix 2016-01-27 00:11:15 -08:00
parent d83b907cdc
commit 5d6657f77a
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2016-01-26.1290H
2016-01-27.1291H

View file

@ -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>