2022-10-04 08:35:29 +03:00
|
|
|
<div class="flex flex-column">
|
2020-01-30 18:35:36 +03:00
|
|
|
{{#if this.customViews.activeView}}
|
2022-10-04 08:35:29 +03:00
|
|
|
<div class="gh-canvas-breadcrumb">
|
|
|
|
<LinkTo @route={{this.router.currentRouteName}} @query={{@query}}>
|
|
|
|
{{or @title "No @title provided"}}
|
|
|
|
</LinkTo>
|
|
|
|
{{svg-jar "arrow-right-small"}} {{this.customViews.activeView.name}}
|
|
|
|
</div>
|
|
|
|
<h2 class="gh-canvas-title gh-post-title" data-test-screen-title>
|
|
|
|
{{this.customViews.activeView.name}}
|
|
|
|
</h2>
|
|
|
|
{{else}}
|
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
|
|
<LinkTo @route={{this.router.currentRouteName}} @query={{@query}}>{{or @title "No @title provided"}}</LinkTo>
|
|
|
|
</h2>
|
2020-01-30 18:35:36 +03:00
|
|
|
{{/if}}
|
2022-10-04 08:35:29 +03:00
|
|
|
</div>
|