-
- {{@post.title}}
-
-
-
- By {{this.authorNames}}
+
+
+ {{@post.title}}
+
+
+
+ By {{this.authorNames}}
- {{#if @post.primaryTag}}
- in {{@post.primaryTag.name}}
- {{/if}}
+ {{#if @post.primaryTag}}
+ in {{@post.primaryTag.name}}
+ {{/if}}
+ {{#if @post.isScheduled}}
+ – Will be published and sent {{gh-format-post-time @post.publishedAtUTC scheduled=true}}
+ {{/if}}
+
+
+
+
+
+
{{#if @post.isScheduled}}
- –
Will be published and sent {{gh-format-post-time @post.publishedAtUTC scheduled=true}}
+
+ Scheduled
+
{{/if}}
-
-
-
-
-
- {{#if @post.isScheduled}}
-
- Scheduled
-
- {{/if}}
+ {{#if @post.isDraft}}
+
+ Draft
+
+ {{/if}}
- {{#if @post.isDraft}}
-
- Draft
-
- {{/if}}
+ {{#if @post.isPublished}}
+
+ Published
+
+ {{/if}}
- {{#if @post.isPublished}}
-
- Published
-
- {{/if}}
-
- {{#if this.session.user.isOwnerOrAdmin}}
- {{#if (or @post.email (and @post.isScheduled @post.sendEmailWhenPublished))}}
- {{#if (eq @post.email.status "failed")}}
-
- {{svg-jar "send-email" class="stroke-red"}}
-
- {{else}}
- {{#if @post.isScheduled}}
-
- {{svg-jar "send-email" class="stroke-green-d2"}}
+ {{#if this.session.user.isOwnerOrAdmin}}
+ {{#if (or @post.email (and @post.isScheduled @post.sendEmailWhenPublished))}}
+ {{#if (eq @post.email.status "failed")}}
+
+ {{svg-jar "send-email" class="stroke-red"}}
{{else}}
-
- {{svg-jar "send-email" class="stroke-midgrey"}}
-
+ {{#if @post.isScheduled}}
+
+ {{svg-jar "send-email" class="stroke-green-d2"}}
+
+ {{else}}
+
+ {{svg-jar "send-email" class="stroke-midgrey"}}
+
+ {{/if}}
{{/if}}
{{/if}}
{{/if}}
- {{/if}}
-
-
+
+
-
- {{gh-format-post-time @post.updatedAtUTC draft=true}}
-
\ No newline at end of file
+
+ {{gh-format-post-time @post.updatedAtUTC draft=true}}
+
+