small details
Just changed the icon from sort to filter (it's what it does, it filters) and changed id to class in connection-wrapper clearfix (line 28)
This commit is contained in:
parent
edf6ad9eda
commit
7a377e72e7
@ -5,7 +5,7 @@
|
||||
<i class="fa fa-search"></i> {{$label}}
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}">
|
||||
<i class="fa fa-sort"></i>
|
||||
<i class="fa fa-filter"></i>
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
{{foreach $tabs as $menu}}
|
||||
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="connections-wrapper clearfix">
|
||||
<div class="connections-wrapper clearfix">
|
||||
{{foreach $contacts as $contact}}
|
||||
{{include file="connection_template.tpl"}}
|
||||
{{/foreach}}
|
||||
|
Reference in New Issue
Block a user