delete confirmation

This commit is contained in:
Zachary Chai
2016-11-07 15:48:23 -05:00
parent 5a8e6026d9
commit 9fad2a4ef8
3 changed files with 47 additions and 12 deletions

View File

@ -50,3 +50,17 @@
</div>
</div>
</div>
<div hidden class="hidden-elements">
<div class="delete-popover-title">
<%= t('are_you_sure') %>
</div>
<div class="delete-popover-body">
<button type="button" class="btn btn-danger recording-delete">
<%= t('yes') %>
</button>
<button type="button" class="btn btn-default">
<%= t('no') %>
</button>
</div>
</div>