diff --git a/app/assets/javascripts/discourse/app/components/d-navigation.hbs b/app/assets/javascripts/discourse/app/components/d-navigation.hbs index 9a33a368930..c328d2349f8 100644 --- a/app/assets/javascripts/discourse/app/components/d-navigation.hbs +++ b/app/assets/javascripts/discourse/app/components/d-navigation.hbs @@ -1,19 +1,36 @@ - +{{#if this.isQueryFilterMode}} +
+ -{{#unless this.additionalTags}} - {{! nav bar doesn't work with tag intersections }} - +
+{{else}} + -{{/unless}} + + {{#unless this.additionalTags}} + {{! nav bar doesn't work with tag intersections }} + + {{/unless}} +{{/if}}