mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
3324c41857
No issue - Changes Modals to use CSS-based animations - All modals have an animation, so the option is removed from the handlebars helper - Removes `animation` from the handlebars helper, as all had one anyway - Removed the `centered` style - All modals should be left-aligned - Buttons now default to being on the left - Cleans up some styles (modal body top spacing) which #4632 helped clean up
7 lines
282 B
Handlebars
7 lines
282 B
Handlebars
{{#gh-modal-dialog action="closeModal" type="action" style="wide"
|
|
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}}
|