small changes

changed icon from sort to filter and changed id to class in content-wrapper clearfix
This commit is contained in:
mrjive 2018-01-29 16:33:54 +01:00 committed by GitHub
parent 5f6f87a7cd
commit c2abbe2c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
</div> </div>
</form> </form>
</div> </div>
<div id="connections-wrapper clearfix"> <div class="connections-wrapper clearfix">
{{foreach $contacts as $contact}} {{foreach $contacts as $contact}}
{{include file="connection_template.tpl"}} {{include file="connection_template.tpl"}}
{{/foreach}} {{/foreach}}