mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
47bfd046bb
issue #2270 - from https://github.com/manuelmitasch/ghost-admin-ember-demo - Not working properly: added ic-ajax mock in app.js but promise not resolving => loading route always active
8 lines
302 B
Handlebars
8 lines
302 B
Handlebars
<header id="global-header" class="navbar">
|
|
<nav id="global-nav" role="navigation">
|
|
<ul id="main-menu" >
|
|
<li class="content">{{#link-to "posts"}}Content{{/link-to}}</li>
|
|
<li class="editor">{{#link-to "new"}}New post{{/link-to}}</li>
|
|
</ul>
|
|
</nav>
|
|
</header> |