2017-02-17 08:50:07 +03:00
{{ gh-menu-toggle desktopAction = "toggleAutoNav" mobileAction = "closeMobileMenu" }}
2017-04-05 17:26:01 +03:00
{{ # gh-basic-dropdown horizontalPosition = "right" calculatePosition = userDropdownPosition as | dropdown | }}
{{ # dropdown .trigger tagName = "header" class = "gh-nav-menu" }}
2017-04-19 19:57:56 +03:00
<div class="gh-nav-menu-icon" style= {{ iconStyle }} ></div>
2017-04-05 17:26:01 +03:00
<div class="gh-nav-menu-details">
<div class="gh-nav-menu-details-blog"> {{ config .blogTitle }} </div>
<div class="gh-nav-menu-details-user"> {{ session .user .name }} </div>
</div>
2017-04-07 18:23:45 +03:00
{{ inline - svg "arrow-down-small" }}
2017-04-05 17:26:01 +03:00
{{ / dropdown .trigger }}
{{ # dropdown .content class = "gh-nav-menu-dropdown" }}
<ul class="dropdown-menu dropdown-triangle-top" role="menu" {{ action dropdown .actions .close on = "click" preventDefault = false }} >
2017-04-07 18:23:45 +03:00
<li role="presentation"> {{ # link-to "about" classNames = "gh-nav-menu-about dropdown-item js-nav-item" role = "menuitem" tabindex = "-1" }} {{ inline - svg "store" }} About Ghost {{ / link-to }} </li>
2017-04-05 17:26:01 +03:00
<li class="divider"></li>
2017-04-07 18:23:45 +03:00
<li role="presentation"> {{ # link-to "team.user" session .user .slug classNames = "dropdown-item user-menu-profile js-nav-item" role = "menuitem" tabindex = "-1" }} {{ inline - svg "user-circle" }} Your Profile {{ / link-to }} </li>
2017-06-15 20:19:12 +03:00
<li role="presentation"><a class="dropdown-item help-menu-support" role="menuitem" tabindex="-1" href="https://help.ghost.org/" target="_blank"> {{ inline - svg "ambulance" }} Support Center</a></li>
2017-04-07 18:23:45 +03:00
<li role="presentation"><a class="dropdown-item help-menu-tweet" role="menuitem" tabindex="-1" href="https://twitter.com/intent/tweet?text=%40TryGhost+Hi%21+Can+you+help+me+with+&related=TryGhost" target="_blank" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> {{ inline - svg "twitter" }} Tweet @TryGhost!</a></li>
2017-04-05 17:26:01 +03:00
<li class="divider"></li>
2017-06-15 20:19:12 +03:00
<li role="presentation"><a class="dropdown-item help-menu-how-to" role="menuitem" tabindex="-1" href="https://ghosthelp.zendesk.com/hc/en-us/categories/203268947-Ghost-Pro-" target="_blank"> {{ inline - svg "book-open" }} How to Use Ghost</a></li>
2017-04-07 18:23:45 +03:00
<li role="presentation"><a class="dropdown-item help-menu-wishlist" role="menuitem" tabindex="-1" href="http://ideas.ghost.org/" target="_blank"> {{ inline - svg "idea" }} Wishlist</a></li>
2017-04-05 17:26:01 +03:00
<li class="divider"></li>
2017-04-07 18:23:45 +03:00
<li role="presentation"> {{ # link-to "signout" classNames = "dropdown-item user-menu-signout" role = "menuitem" tabindex = "-1" }} {{ inline - svg "signout" }} Sign Out {{ / link-to }} </li>
2017-04-05 17:26:01 +03:00
</ul>
{{ / dropdown .content }}
{{ / gh-basic-dropdown }}
2015-05-24 08:47:23 +03:00
<section class="gh-nav-body">
<section class="gh-nav-search">
2015-08-28 19:35:06 +03:00
{{ gh-search-input class = "gh-nav-search-input" }}
2015-05-24 08:47:23 +03:00
</section>
<ul class="gh-nav-list gh-nav-main">
2017-04-07 18:23:45 +03:00
<li> {{ # link-to "editor.new" classNames = "gh-nav-main-editor" }} {{ inline - svg "pen" }} New story {{ / link-to }} </li>
2017-02-10 16:24:13 +03:00
<li>
{{!-- clicking the Content link whilst on the content screen should reset the filter --}}
{{ # if ( eq routing .currentRouteName "posts.index" ) }}
2017-04-07 18:23:45 +03:00
{{ # link-to "posts" ( query-params type = null author = null tag = null order = null ) classNames = "gh-nav-main-content active" }} {{ inline - svg "content" }} Stories {{ / link-to }}
2017-02-10 16:24:13 +03:00
{{ else }}
2017-04-07 18:23:45 +03:00
{{ # link-to "posts" classNames = "gh-nav-main-content" }} {{ inline - svg "content" }} Stories {{ / link-to }}
2017-02-10 16:24:13 +03:00
{{ / if }}
</li>
2017-04-07 18:23:45 +03:00
<li> {{ # link-to "team" classNames = "gh-nav-main-users" }} {{ inline - svg "account-group" }} Team {{ / link-to }} </li>
2016-05-08 16:15:04 +03:00
{{ # if feature .subscribers }}
2016-04-15 17:45:50 +03:00
{{ # if ( gh-user-can-admin session .user ) }}
2017-04-07 18:23:45 +03:00
<li> {{ # link-to "subscribers" classNames = "gh-nav-main-subscribers" }} {{ inline - svg "email" }} Subscribers {{ / link-to }} </li>
2016-04-15 17:45:50 +03:00
{{ / if }}
{{ / if }}
2015-05-24 08:47:23 +03:00
</ul>
2015-06-30 16:21:03 +03:00
{{ # if ( gh-user-can-admin session .user ) }}
2015-06-17 12:22:21 +03:00
<ul class="gh-nav-list gh-nav-settings">
<li class="gh-nav-list-h">Settings</li>
2017-04-07 18:23:45 +03:00
<li> {{ # link-to "settings.general" classNames = "gh-nav-settings-general" }} {{ inline - svg "settings" }} General {{ / link-to }} </li>
<li> {{ # link-to "settings.design" classNames = "gh-nav-settings-navigation" }} {{ inline - svg "compass" }} Design {{ / link-to }} </li>
<li> {{ # link-to "settings.tags" classNames = "gh-nav-settings-tags" }} {{ inline - svg "tag" }} Tags {{ / link-to }} </li>
<li> {{ # link-to "settings.code-injection" classNames = "gh-nav-settings-code-injection" }} {{ inline - svg "brackets" }} Code injection {{ / link-to }} </li>
<li> {{ # link-to "settings.apps" classNames = "gh-nav-settings-apps" }} {{ inline - svg "box" }} Apps {{ / link-to }} </li>
<li> {{ # link-to "settings.labs" classNames = "gh-nav-settings-labs" }} {{ inline - svg "wrench-double" }} Labs {{ / link-to }} </li>
2015-06-17 12:22:21 +03:00
</ul>
{{ / if }}
2015-05-24 08:47:23 +03:00
</section>
2017-06-01 17:40:41 +03:00
<footer class="gh-nav-foot">
<a class="gh-nav-foot-sitelink" href=" {{ config .blogUrl }} /" target="_blank">View site {{ inline - svg "external" }} </a>
</footer>
2015-09-02 15:04:06 +03:00
<div class="gh-autonav-toggle" {{ action "openAutoNav" on = "mouseEnter" }} ></div>
2017-06-08 18:00:10 +03:00
{{ gh-tour-item "getting-started"
target=".gh-menu-toggle"
throbberAttachment="bottom middle"
2017-06-12 16:38:44 +03:00
throbberOffset="0 4px"
2017-06-08 18:00:10 +03:00
popoverTriangleClass="left-top"
}}