mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Hooks for extra nav items.
This commit is contained in:
parent
d079538a6d
commit
4e1a628ff9
3 changed files with 3 additions and 0 deletions
app/assets/javascripts/discourse/templates/navigation
|
@ -4,6 +4,7 @@
|
|||
{{#each navItem in navItems}}
|
||||
{{navigation-item content=navItem filterMode=filterMode}}
|
||||
{{/each}}
|
||||
{{customHTML "extraNavItem"}}
|
||||
</ul>
|
||||
|
||||
{{#if canCreateCategory}}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{{#each navItem in navItems}}
|
||||
{{navigation-item content=navItem filterMode=filterMode}}
|
||||
{{/each}}
|
||||
{{customHTML "extraNavItem"}}
|
||||
</ul>
|
||||
|
||||
{{#if canCreateTopic}}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{{#each navItem in navItems}}
|
||||
{{navigation-item content=navItem filterMode=filterMode}}
|
||||
{{/each}}
|
||||
{{customHTML "extraNavItem"}}
|
||||
</ul>
|
||||
|
||||
{{#if canCreateTopic}}
|
||||
|
|
Loading…
Add table
Reference in a new issue