0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/templates/modals/delete-all.hbs

7 lines
282 B
Handlebars
Raw Normal View History

{{#gh-modal-dialog action="closeModal" type="action" style="wide"
2014-03-30 23:07:05 -05:00
title="Would you really like to delete all content from your blog?" confirm=confirm}}
<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>
{{/gh-modal-dialog}}