Merge pull request #4339 from felixrieseberg/iss2971

Include post title in 'delete post' modal
This commit is contained in:
Hannah Wolfe 2014-10-27 15:01:53 +02:00
commit 38019f356f

View File

@ -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}}