2020-11-26 20:19:05 +03:00
|
|
|
<li class="gh-list-row gh-posts-list-item"
|
|
|
|
{{on "mouseover" this.mouseOver}}
|
|
|
|
{{on "mouseleave" this.mouseLeave}}
|
|
|
|
...attributes
|
|
|
|
>
|
2020-07-01 20:39:03 +03:00
|
|
|
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-featured" @title="Edit this post">
|
|
|
|
{{#if @post.isFeatured}}
|
|
|
|
<span data-tooltip="Featured" class="dib pl1 pr1 nr1 nl1">{{svg-jar "star-filled" class="fill-blue w3 h3"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</LinkTo>
|
2017-02-03 17:00:42 +03:00
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-title" @title="Edit this post">
|
|
|
|
<h3 class="gh-content-entry-title">
|
|
|
|
{{@post.title}}
|
|
|
|
</h3>
|
|
|
|
<p>
|
|
|
|
<span class="gh-content-entry-meta">
|
|
|
|
By <span class="midgrey-l2 fw5">{{this.authorNames}}</span>
|
2019-11-21 02:37:37 +03:00
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
{{#if @post.primaryTag}}
|
|
|
|
in <span class="midgrey-l2 fw5">{{@post.primaryTag.name}}</span>
|
|
|
|
{{/if}}
|
2019-11-14 15:53:43 +03:00
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
• {{gh-format-post-time @post.updatedAtUTC draft=true}}
|
2020-11-06 21:54:27 +03:00
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</LinkTo>
|
|
|
|
|
2020-11-26 20:19:05 +03:00
|
|
|
{{#if (eq @post.displayName "post")}}
|
|
|
|
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-recipients" @title="Edit this post">
|
|
|
|
<div class="flex fw4">
|
|
|
|
{{#if (or @post.email @post.willEmail)}}
|
|
|
|
{{#if (eq @post.email.status "submitted")}}
|
|
|
|
<span class="flex" data-tooltip="{{capitalize @post.email.recipientFilter}} members">
|
2020-11-30 12:14:27 +03:00
|
|
|
<span class="darkgrey fw5 gh-content-email-stats">{{@post.email.emailCount}}</span>
|
2020-11-26 20:19:05 +03:00
|
|
|
<span class="midgrey-l2 fw4 gh-content-email-stats-mobile">{{gh-pluralize @post.email.emailCount "send"}}</span>
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if (eq @post.displayName "post")}}
|
|
|
|
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-opens" @title="Edit this post">
|
|
|
|
{{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
|
|
|
|
<div class="flex">
|
2020-11-30 12:14:27 +03:00
|
|
|
<span class="darkgrey fw5 gh-content-email-stats">
|
2020-11-26 20:19:05 +03:00
|
|
|
{{#if this.isHovered}}
|
|
|
|
{{@post.email.openedCount}}
|
|
|
|
{{else}}
|
|
|
|
{{@post.email.openRate}}%
|
|
|
|
{{/if}}
|
|
|
|
</span>
|
|
|
|
<span class="midgrey-l2 fw4 gh-content-email-stats-mobile">{{@post.email.openRate}}% opens</span>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</LinkTo>
|
|
|
|
{{/if}}
|
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-status" @title="Edit this post">
|
|
|
|
<div class="flex items-center">
|
2020-07-01 20:30:00 +03:00
|
|
|
{{#if @post.isScheduled}}
|
2020-11-26 20:19:05 +03:00
|
|
|
<span class="gh-content-status-draft gh-badge nowrap" title="Scheduled" data-tooltip="{{this.scheduledText}} to {{capitalize @post.emailRecipientFilter}} members">
|
2020-07-01 20:39:03 +03:00
|
|
|
Scheduled
|
|
|
|
</span>
|
2019-11-14 15:53:43 +03:00
|
|
|
{{/if}}
|
2017-11-10 20:36:27 +03:00
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
{{#if @post.isDraft}}
|
|
|
|
<span class="gh-content-status-draft gh-badge gh-badge-purple nowrap">
|
|
|
|
Draft
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
2017-11-10 20:36:27 +03:00
|
|
|
|
2020-07-01 20:39:03 +03:00
|
|
|
{{#if @post.isPublished}}
|
2020-07-01 22:28:47 +03:00
|
|
|
<span class="gh-content-status-published nowrap">
|
2020-07-01 20:39:03 +03:00
|
|
|
Published
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</LinkTo>
|
|
|
|
</li>
|