mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
5a2e1ddab6
Refs https://github.com/TryGhost/Team/issues/1893 - New structure allows for multiple level navigation when we apply this to all pages.
67 lines
2.2 KiB
Handlebars
67 lines
2.2 KiB
Handlebars
<section class="gh-canvas">
|
|
|
|
<GhCanvasHeader class="gh-canvas-header stacked gh-post-stats-header">
|
|
<div class="gh-canvas-breadcrumb">
|
|
<LinkTo @route="posts">
|
|
Posts
|
|
</LinkTo>
|
|
{{svg-jar "arrow-right-small"}}Analytics
|
|
</div>
|
|
<h2 class="gh-canvas-title gh-post-title">
|
|
{{this.post.title}}
|
|
</h2>
|
|
<p class="gh-post-stats-meta">Published and sent on 12 Feb 2022 at 11:57 to free subscribers</p>
|
|
</GhCanvasHeader>
|
|
|
|
<h4 class="gh-main-section-header small bn">
|
|
Engagement
|
|
</h4>
|
|
<div class="gh-post-stats-box">
|
|
<div class="gh-post-stats-item">
|
|
<h3>20.251</h3>
|
|
<p>Sent</p>
|
|
</div>
|
|
<div class="gh-post-stats-item">
|
|
<h3>60%</h3>
|
|
<p><strong>12.200</strong> opened</p>
|
|
</div>
|
|
<div class="gh-post-stats-item">
|
|
<h3>15%</h3>
|
|
<p><strong>3.038</strong> clicked</p>
|
|
</div>
|
|
<div class="gh-post-stats-item">
|
|
<h3>16</h3>
|
|
<p>Free signups</p>
|
|
</div>
|
|
<div class="gh-post-stats-item">
|
|
<h3>10</h3>
|
|
<p>Paid conversions</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h4 class="gh-main-section-header small bn">
|
|
Link clicks
|
|
</h4>
|
|
<div class="gh-post-stats-box column">
|
|
<div class="gh-links-list">
|
|
<div class="gh-links-list-item">
|
|
<a href="#">https://vanschneider.com/blog/#/portal/signup</a>
|
|
<p class="gh-links-list-clicks">18</p>
|
|
</div>
|
|
<div class="gh-links-list-item">
|
|
<a href="#">https://vanschneider.com/blog/an-unsolicited-portfolio-review-featuring-2/</a>
|
|
<p class="gh-links-list-clicks">16</p>
|
|
</div>
|
|
<div class="gh-links-list-item">
|
|
<a href="#">https://vanschneider.com/blog/#/portal/unsubscribe</a>
|
|
<p class="gh-links-list-clicks">3</p>
|
|
</div>
|
|
<div class="gh-links-list-item">
|
|
<a href="#">https://vanschneider.com/blog/#/portal/signin</a>
|
|
<p class="gh-links-list-clicks">0</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|