We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e116f commit 82d5925Copy full SHA for 82d5925
javascripts/discourse/components/custom-header-links.hbs
@@ -1,14 +1,7 @@
1
{{#if this.shouldShow}}
2
- {{!
3
- @outletArgs.attrs.topic is the legacy version. Can be removed once core v3.2.0.beta4 is released
4
- and this Theme's compatibility file is updated
5
- }}
6
<ul
7
class="custom-header-links
8
- {{if
9
- (or @outletArgs.topic @outletArgs.attrs.topic)
10
- 'custom-header-links--hide-links'
11
- }}"
+ {{if @outletArgs.topicInfoVisible 'custom-header-links--hide-links'}}"
12
>
13
{{#each this.links as |link|}}
14
<li
0 commit comments