mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03:00
11 lines
329 B
Handlebars
11 lines
329 B
Handlebars
|
<section class="gh-canvas">
|
||
|
<GhCanvasHeader class="gh-canvas-header">
|
||
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
||
|
Mentions
|
||
|
</h2>
|
||
|
</GhCanvasHeader>
|
||
|
{{#each this.mentionsList as |mention|}}
|
||
|
<li>from: {{mention.source}} to {{mention.target}}</li>
|
||
|
{{/each}}
|
||
|
</section>
|