mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 17:59:20 +00: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|}}
|
||||
{{navigation-item content=navItem filterMode=filterMode}}
|
||||
{{/each}}
|
||||
{{custom-html name="extraNavItem"}}
|
||||
{{plugin-outlet name="extra-nav-item" connectorTagName="li"}}
|
||||
{{custom-html name="extraNavItem" tagName="li"}}
|
||||
{{plugin-outlet name="extra-nav-item" tagName="li"}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user