mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Delete modal wired up, more formatting
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<div class="modal-header">
|
||||
<h2>Delete {{title}}</h2>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Are you sure you want to delete '{{title}}'? </p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn" data-dismiss="modal">cancel</button>
|
||||
<button class="btn btn-danger x-confirm-delete">Ok</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user