Update view/templates/widget/group_list.tpl

Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
anubis2814 2023-06-05 02:33:31 -04:00 committed by Hypolite Petovan
parent 60211fdd8d
commit e9b9058e16
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function showHideGroupList() {
<span class="fakelink" onclick="openCloseWidget('group-list-sidebar', 'group-list-sidebar-inflated');">
<h3>{{$title}}</h3>
</span>
<a class="group-new-tool pull-right widget-action faded-icon" id="sidebar-new-group" href="{{$New_group_page}}" data-toggle="tooltip" title="{{$create_new_group}}">
<a class="group-new-tool pull-right widget-action faded-icon" id="sidebar-new-group" href="{{$new_group_page}}" data-toggle="tooltip" title="{{$create_new_group}}">
<i class="fa fa-plus" aria-hidden="true"></i>
</a>
</div>