Ghost/ghost/admin/app/templates/components/gh-editor-post-status.hbs

12 lines
161 B
Handlebars
Raw Normal View History

{{#if _isSaving}}
Saving...
{{else if isPublished}}
Published
{{else if isScheduled}}
Scheduled
{{else if isNew}}
New
{{else}}
Draft
{{/if}}