mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Merge pull request #4339 from felixrieseberg/iss2971
Include post title in 'delete post' modal
This commit is contained in:
commit
38019f356f
@ -1,6 +1,6 @@
|
|||||||
{{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
|
{{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
|
||||||
title="Are you sure you want to delete this post?" confirm=confirm}}
|
title="Are you sure you want to delete this post?" confirm=confirm}}
|
||||||
|
|
||||||
<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>
|
<p>You're about to delete "<strong>{{model.title}}</strong>".<br />This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>
|
||||||
|
|
||||||
{{/gh-modal-dialog}}
|
{{/gh-modal-dialog}}
|
||||||
|
Loading…
Reference in New Issue
Block a user