mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
7 lines
345 B
Handlebars
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>
|