Skip to content

Commit

Permalink
Adding messaging that deleting is permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Dec 27, 2013
1 parent 13fef96 commit 32f6575
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/client/tpl/modals/blank.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{content.text}}
{{{content.text}}}
3 changes: 2 additions & 1 deletion core/client/views/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
},
content: {
template: 'blank',
title: 'Would you really like to delete all content from your blog?'
title: 'Would you really like to delete all content from your blog?',
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
}
}
}));
Expand Down
3 changes: 2 additions & 1 deletion core/client/views/post-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@
},
content: {
template: 'blank',
title: 'Are you sure you want to delete this post?'
title: 'Are you sure you want to delete this post?',
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
}
}
}));
Expand Down

0 comments on commit 32f6575

Please sign in to comment.