diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-09 01:09:41 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-09 01:09:41 -0700 |
commit | 1b0b847fc80827022c513a74a7fa817c7d640da0 (patch) | |
tree | 09a09da19a7eee4c5dc1100b89757e85d2bc8ab8 /view/tpl/group_side.tpl | |
parent | ddf4ef752077e66d34edb458cfe104ee23ef3834 (diff) | |
parent | fc0576acf810019a0c168bfa4dc4a2175ae0b505 (diff) | |
download | volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.gz volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.bz2 volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/group_side.tpl')
-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 9037e0871..3701f979e 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -14,7 +14,7 @@ {{if $group.edit}} <a class="pull-right group-edit-icon" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="icon-pencil"></i></a> {{/if}} - <a class="{{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a> + <a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a> </li> {{/foreach}} <li> |