This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-28 22:43:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7eda410dc3
Ghost
/
ghost
/
admin
/
app
/
components
/
gh-nav-menu.hbs
3 lines
101 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Converted `<GhNavMenu>` to glimmer component no issue - moves tag name and class into the component template for better visibility - removed unused `isSettingsRoute` computed property
2021-10-04 14:57:08 +03:00
<nav class="gh-nav" ...attributes>
<GhNavMenu::Main @icon=
{{
this
.settings
.settledIcon
}}
/>
</nav>
Reference in New Issue
Copy Permalink