mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
14 lines
502 B
Handlebars
14 lines
502 B
Handlebars
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h3>Delete Delay Profile</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>Are you sure you want to delete this delay profile?</p>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn" data-dismiss="modal">cancel</button>
|
|
<button class="btn btn-danger x-confirm-delete">delete</button>
|
|
</div>
|
|
</div>
|