aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_side.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-04 17:36:53 -0800
committerfriendica <info@friendica.com>2013-12-04 17:36:53 -0800
commit307fcac86d8b6627389bdfaae048bcb24e146c72 (patch)
treecda373ac38bf393166a049798d8b9fe2c1c1d3e9 /view/tpl/group_side.tpl
parentf9c5cde38bebdc93b24f0b47b0db1348ebbe5834 (diff)
downloadvolse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.tar.gz
volse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.tar.bz2
volse-hubzilla-307fcac86d8b6627389bdfaae048bcb24e146c72.zip
more icon updates
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-xview/tpl/group_side.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index d2d8a77e2..a0ed7a82d 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -13,7 +13,7 @@
/>
{{/if}}
{{if $group.edit}}
- <a class="groupsideedit" href="{{$group.edit.href}}" title="{{$edittext}}"><span id="edit-sidebar-group-element-{{$group.id}}" class="group-edit-icon iconspacer small-pencil"></span></a>
+ <a class="groupsideedit" href="{{$group.edit.href}}" title="{{$edittext}}"><i id="edit-sidebar-group-element-{{$group.id}}" class="group-edit-icon iconspacer icon-pencil"></i></a>
{{/if}}
<a id="sidebar-group-element-{{$group.id}}" class="sidebar-group-element {{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a>
</li>