aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-03-13 02:57:08 -0700
committermrjive <mrjive@mrjive.it>2018-03-13 02:57:08 -0700
commit2bcfa0c12687d47c11e8c445a5a38ffe96d5c135 (patch)
treebd1ae8ca99ced531d63fd5ebe77c87d103f8bab2 /view/tpl/connections.tpl
parent9fb65e10bd11ae8f0b3118b119e8cad1cb2607a9 (diff)
downloadvolse-hubzilla-2bcfa0c12687d47c11e8c445a5a38ffe96d5c135.tar.gz
volse-hubzilla-2bcfa0c12687d47c11e8c445a5a38ffe96d5c135.tar.bz2
volse-hubzilla-2bcfa0c12687d47c11e8c445a5a38ffe96d5c135.zip
small work on connections page
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>