mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: plugin outlets in navigation bar need to be li elements instead of div and span
This commit is contained in:
@ -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"}}
|
||||
|
Reference in New Issue
Block a user