+
+ {{#if @post.isScheduled}}
+
+ Scheduled
+ {{#if @post.newsletter}}
+ {{svg-jar "email-stroke" class="gh-post-status-email"}}
+ {{/if}}
+
{{/if}}
-
- {{/if}}
- {{#if @post.isDraft}}
-
- Draft
-
- {{/if}}
-
- {{#if @post.isPublished}}
-
- Published
- {{#if @post.hasEmail}}
- {{svg-jar "email-stroke" class="gh-post-status-email"}}
+ {{#if @post.isDraft}}
+
+ Draft
+
{{/if}}
-
- {{/if}}
- {{#if @post.isSent}}
-
- {{svg-jar "email-stroke" class="gh-post-status-email"}}
-
- {{/if}}
-
-
- {{else}}
-
-
- {{#if @post.isScheduled}}
-
- {{#if this.feature.memberAttribution}}
+ {{#if @post.isPublished}}
+
+ Published
+ {{#if @post.hasEmail}}
+ {{svg-jar "email-stroke" class="gh-post-status-email"}}
+ {{/if}}
+
+ {{/if}}
+
+ {{#if @post.isSent}}
+
+ {{svg-jar "email-stroke" class="gh-post-status-email"}}
+
+ {{/if}}
+
+
+ {{else}}
+
+
+ {{#if @post.isScheduled}}
+
{{svg-jar "clock" class="gh-post-status-icon"}}
+ Scheduled
+
{{/if}}
- Scheduled
-
- {{/if}}
- {{#if @post.isDraft}}
-
- {{#if this.feature.memberAttribution}}
+ {{#if @post.isDraft}}
+
{{svg-jar "pen-stroke" class="gh-post-status-icon"}}
+ Draft
+
{{/if}}
- Draft
-
- {{/if}}
- {{#if @post.isPublished}}
-
- {{#if this.feature.memberAttribution}}
+ {{#if @post.isPublished}}
+
{{svg-jar "check" class="gh-post-status-icon"}}
+ Published
+ {{#if @post.hasEmail}}
+ & Sent
+ {{/if}}
+
{{/if}}
- Published
- {{#if @post.hasEmail}}
- & sent
- {{/if}}
-
- {{/if}}
- {{#if @post.isSent}}
-
- {{svg-jar "email-stroke" class="gh-post-status-icon"}}
- Sent
-
- {{/if}}
-
-
- {{/if}}
- {{/unless}}
+ {{#if @post.isSent}}
+
+ {{svg-jar "email-stroke" class="gh-post-status-icon"}}
+ Sent
+
+ {{/if}}
+