diff options
author | Mario <mario@mariovavti.com> | 2022-01-02 08:49:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-02 08:49:36 +0000 |
commit | e42703d55793108f456a520dad747db5c9a67518 (patch) | |
tree | d1a46bf612bfc63814e7fd25f4f66e11a4a7716c /view | |
parent | 4636e56395e5239ddbf1bbe03355dda73108215a (diff) | |
download | volse-hubzilla-e42703d55793108f456a520dad747db5c9a67518.tar.gz volse-hubzilla-e42703d55793108f456a520dad747db5c9a67518.tar.bz2 volse-hubzilla-e42703d55793108f456a520dad747db5c9a67518.zip |
lockview: provide guest links for private resources
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/navbar_default.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index c8b5ce26c..8d6d5dfd7 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -193,7 +193,7 @@ </div> <div class="offcanvas-body pt-0"> {{if $channel_apps.0}} - <div class="dropdown-header text-uppercase"> + <div class="dropdown-header text-uppercase text-muted"> {{$channelapps}} </div> {{foreach $channel_apps as $channel_app}} @@ -201,7 +201,7 @@ {{/foreach}} {{/if}} {{if $navbar_apps.0}} - <div class="d-lg-none dropdown-header text-uppercase"> + <div class="d-lg-none dropdown-header text-uppercase text-muted"> {{$pinned_apps}} </div> <div id="nav-app-bin-container" class="d-lg-none"> @@ -211,7 +211,7 @@ </div> {{/if}} {{if $is_owner}} - <div class="dropdown-header text-uppercase"> + <div class="dropdown-header text-uppercase text-muted"> {{$featured_apps}} </div> <div id="app-bin-container" data-token="{{$form_security_token}}"> @@ -222,7 +222,7 @@ <div class="dropdown-divider"></div> <a class="dropdown-item" href="/apps"><i class="generic-icons-nav fa fa-fw fa-plus"></i>{{$addapps}}</a> {{else}} - <div class="dropdown-header text-uppercase"> + <div class="dropdown-header text-uppercase text-muted"> {{$sysapps}} </div> {{foreach $nav_apps as $nav_app}} |