diff options
author | git-marijus <mario@mariovavti.com> | 2018-03-13 12:01:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 12:01:23 +0100 |
commit | 268b96effafd4340fe33e1e3dd459810143e2fc0 (patch) | |
tree | 3ff840bbfa0dee835e1f7cd5bf7988de7f11a4c0 /view/tpl | |
parent | b120394b499fe8931a5db6ecd9f0af6e33852c22 (diff) | |
parent | 790660e61264ed884a8c600f407cf75893ffe977 (diff) | |
download | volse-hubzilla-268b96effafd4340fe33e1e3dd459810143e2fc0.tar.gz volse-hubzilla-268b96effafd4340fe33e1e3dd459810143e2fc0.tar.bz2 volse-hubzilla-268b96effafd4340fe33e1e3dd459810143e2fc0.zip |
Merge pull request #1000 from mrjive/dev
Connections page filtering for active connections
Diffstat (limited to 'view/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 32973353e..0bf88b818 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -9,7 +9,7 @@ </button> <div class="dropdown-menu dropdown-menu-right"> {{foreach $tabs as $menu}} - <a class="dropdown-item" href="{{$menu.url}}">{{$menu.label}}</a> + <a class="dropdown-item {{$menu.sel}}" href="{{$menu.url}}">{{$menu.label}}</a> {{/foreach}} </div> </div> |