mirror of
https://github.com/discourse/discourse.git
synced 2025-05-11 16:53:39 +08:00
FIX: plugin outlets in navigation bar need to be li elements instead of div and span
This commit is contained in:
parent
6bb9c5ceee
commit
868c489d5e
@ -1,5 +1,5 @@
|
|||||||
{{#each navItems as |navItem|}}
|
{{#each navItems as |navItem|}}
|
||||||
{{navigation-item content=navItem filterMode=filterMode}}
|
{{navigation-item content=navItem filterMode=filterMode}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{custom-html name="extraNavItem"}}
|
{{custom-html name="extraNavItem" tagName="li"}}
|
||||||
{{plugin-outlet name="extra-nav-item" connectorTagName="li"}}
|
{{plugin-outlet name="extra-nav-item" tagName="li"}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user