diff --git a/ghost/admin/app/components/gh-nav-menu/main.hbs b/ghost/admin/app/components/gh-nav-menu/main.hbs index f8ce300bcc..e5eac37986 100644 --- a/ghost/admin/app/components/gh-nav-menu/main.hbs +++ b/ghost/admin/app/components/gh-nav-menu/main.hbs @@ -32,8 +32,11 @@
  • {{svg-jar "posts"}}Posts {{svg-jar "add-stroke"}} - {{#if this.session.user.isAuthorOrContributor}} - {{#if this.customViews.forPosts}} + {{#if this.customViews.forPosts}} + + {{#liquid-if this.navigation.settings.expanded.posts}} - {{/if}} - {{else}} - {{#if this.customViews.forPosts}} - - {{#liquid-if this.navigation.settings.expanded.posts}} - - {{/liquid-if}} - {{/if}} + {{/liquid-if}} {{/if}}
  • diff --git a/ghost/admin/app/templates/settings/staff/user.hbs b/ghost/admin/app/templates/settings/staff/user.hbs index d7396bf418..1328f4f081 100644 --- a/ghost/admin/app/templates/settings/staff/user.hbs +++ b/ghost/admin/app/templates/settings/staff/user.hbs @@ -1,21 +1,16 @@
    - {{!-- Remove breadcrumbs for Authors and Contributors --}} - {{#if this.currentUser.isAuthorOrContributor}} -

    Your profile

    - {{else}} -

    - Settings - {{svg-jar "arrow-right"}} - Staff - {{svg-jar "arrow-right"}} - {{this.user.name}} +

    + Settings + {{svg-jar "arrow-right"}} + Staff + {{svg-jar "arrow-right"}} + {{this.user.name}} - {{#if this.user.isSuspended}} - Suspended - {{/if}} -

    - {{/if}} + {{#if this.user.isSuspended}} + Suspended + {{/if}} + {{#if this.showLeaveSettingsModal}}