diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-21 14:07:30 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-21 14:07:30 +0200 |
commit | 18a9ebdb1e9d9824a7346dcd58437ffc03c5beb1 (patch) | |
tree | 405d8cf5654c05b8e674426474c960613aec86b0 /view | |
parent | 604142af930623fedea2237c33c8c51ecb5383d5 (diff) | |
download | volse-hubzilla-18a9ebdb1e9d9824a7346dcd58437ffc03c5beb1.tar.gz volse-hubzilla-18a9ebdb1e9d9824a7346dcd58437ffc03c5beb1.tar.bz2 volse-hubzilla-18a9ebdb1e9d9824a7346dcd58437ffc03c5beb1.zip |
add missing check
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index a0e8edaf7..73b5ccf59 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -63,7 +63,7 @@ {{/if}} </div> {{if $sel.name}} -<div id="nav-app-link-wrapper" class="navbar-nav{{if $sitelocation}} has_location mr-auto{{/if}}"> +<div id="nav-app-link-wrapper" class="navbar-nav{{if $sitelocation || ! $settings_url}} has_location mr-auto{{/if}}"> <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate"> {{$sel.name}} {{if $sitelocation}} |