diff options
author | mrjive <mrjive@mrjive.it> | 2018-01-29 16:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 16:32:32 +0100 |
commit | 5f6f87a7cd3030b1f17647fcad8cd775b145f15b (patch) | |
tree | ecaa39d49c7d3491e735dcb6ae99c8982d9810f0 | |
parent | 4b7967b938f65137b889fc172c957345680bfc11 (diff) | |
download | volse-hubzilla-5f6f87a7cd3030b1f17647fcad8cd775b145f15b.tar.gz volse-hubzilla-5f6f87a7cd3030b1f17647fcad8cd775b145f15b.tar.bz2 volse-hubzilla-5f6f87a7cd3030b1f17647fcad8cd775b145f15b.zip |
Update connections.tpl
-rwxr-xr-x | view/tpl/connections.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index cfb7ae67e..09687350f 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -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}} |