Ghost-Admin/app/components/gh-custom-view-title.hbs

7 lines
345 B
Handlebars

<h2 class="gh-canvas-title" data-test-screen-title>
<LinkTo @route={{this.router.currentRouteName}} @query={{@query}}>{{or @title "No @title provided"}}</LinkTo>
{{#if this.customViews.activeView}}
<span>{{svg-jar "arrow-right"}}</span>
<span class="truncate">{{this.customViews.activeView.name}}</span>
{{/if}}
</h2>