aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2018-03-13 12:01:23 +0100
committerGitHub <noreply@github.com>2018-03-13 12:01:23 +0100
commit268b96effafd4340fe33e1e3dd459810143e2fc0 (patch)
tree3ff840bbfa0dee835e1f7cd5bf7988de7f11a4c0 /view/tpl/connections.tpl
parentb120394b499fe8931a5db6ecd9f0af6e33852c22 (diff)
parent790660e61264ed884a8c600f407cf75893ffe977 (diff)
downloadvolse-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/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl2
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>