0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated publishing flow copy

Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
Sanne de Vries 2022-05-11 16:04:36 +01:00
parent 7e7c1e4bf5
commit dc14b9943f
2 changed files with 19 additions and 10 deletions

View file

@ -50,8 +50,6 @@
and will <strong>not</strong> be published on your site.
{{/unless}}
{{/if}}
This is it.
</p>
{{#if this.errorMessage}}

View file

@ -43,14 +43,25 @@
{{else}}
published.
{{/if}}
To change this,
<button
type="button"
class="gh-revert-to-draft"
{{on "click" (fn @close (hash afterTask="revertToDraftTask"))}}
>
<span>revert post to a private draft</span>
</button>.
{{#if post.isScheduled}}
Need to make a change?
<button
type="button"
class="gh-revert-to-draft"
{{on "click" (fn @close (hash afterTask="revertToDraftTask"))}}
>
<span>Unschedule and revert to draft &rarr;</span>
</button>
{{else}}
<button
type="button"
class="gh-revert-to-draft"
{{on "click" (fn @close (hash afterTask="revertToDraftTask"))}}
>
<span>Unpublish and revert to private draft &rarr;</span>
</button>
{{/if}}
</p>
{{#if (and post.isScheduled post.email)}}
<p>