add delete confirmation modal

This commit is contained in:
Joshua Arts
2018-07-04 15:20:12 -04:00
parent 91b9bb4054
commit 21e0a3558d
6 changed files with 37 additions and 6 deletions

View File

@ -48,6 +48,7 @@
<%= render "shared/components/room_block", room: room %>
<% end %>
</div>
<%= render "shared/modals/delete_room_modal", room: room %>
<% end %>
<% end %>
</div>