diff options
author | marijus <mario@mariovavti.com> | 2014-03-19 09:43:23 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-19 09:43:23 +0100 |
commit | 20d47c44782e27f9930c49ddd59a2abc12f79a07 (patch) | |
tree | a191fa5c52e3f4dc8a9940409101b22fcf892b4f /view/tpl/nav.tpl | |
parent | 8c177fbc4b20c297afbd7035dbb5e59d94fb4020 (diff) | |
download | volse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.tar.gz volse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.tar.bz2 volse-hubzilla-20d47c44782e27f9930c49ddd59a2abc12f79a07.zip |
bootstrapify common tabs and make show aside/tabs buttons only appear if there is something to show
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index fbdf28f76..5aa3b0f01 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,6 +5,9 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <button id="expand-tabs" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabs-collapse-1"> + <i class="icon-circle-arrow-down" id="expand-tabs-icon"></i> + </button> <button id="expand-aside" type="button" class="navbar-toggle" data-toggle="offcanvas" data-target="#region_1"> <i class="icon-circle-arrow-right" id="expand-aside-icon"></i> </button> |