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:
parent
7e7c1e4bf5
commit
dc14b9943f
2 changed files with 19 additions and 10 deletions
|
@ -50,8 +50,6 @@
|
|||
and will <strong>not</strong> be published on your site.
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
This is it.
|
||||
</p>
|
||||
|
||||
{{#if this.errorMessage}}
|
||||
|
|
|
@ -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 →</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 →</span>
|
||||
</button>
|
||||
{{/if}}
|
||||
|
||||
</p>
|
||||
{{#if (and post.isScheduled post.email)}}
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue