diff --git a/ghost/admin/app/templates/settings/history.hbs b/ghost/admin/app/templates/settings/history.hbs index 8f46bdecba..30b6f6bdb4 100644 --- a/ghost/admin/app/templates/settings/history.hbs +++ b/ghost/admin/app/templates/settings/history.hbs @@ -1,23 +1,31 @@
-
- - Settings - - {{#if this.userRecord}} - {{svg-jar "arrow-right-small"}} - - History + {{#if this.userRecord}} +
+ + Settings - {{svg-jar "arrow-right-small"}} {{or this.userRecord.name this.userRecord.email}} - {{else}} - {{svg-jar "arrow-right-small"}} History - {{/if}} -
-

- History -

+ {{svg-jar "arrow-right-small"}} + + History + + {{svg-jar "arrow-right-small"}} User +
+

+ {{or this.userRecord.name this.userRecord.email}} +

+ {{else}} +
+ + Settings + + {{svg-jar "arrow-right-small"}} History +
+

+ History +

+ {{/if}}
Tags - {{svg-jar "arrow-right-small"}} {{if this.tag.isNew "New tag" this.tag.name}} + {{svg-jar "arrow-right-small"}} {{if this.tag.isNew "New tag" "Tag"}}

{{if this.tag.isNew "New tag" this.tag.name}}