mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-22 21:21:28 +00:00
Add confirmation for level deletions
This commit is contained in:
parent
e29ca6cdcb
commit
25eaae1542
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ else
|
||||||
</a>
|
</a>
|
||||||
}
|
}
|
||||||
|
|
||||||
<a href="/moderation/slot/@Model.Slot?.SlotId/delete">
|
<a href="/moderation/slot/@Model.Slot?.SlotId/delete"
|
||||||
|
onclick="return confirm('Are you sure you want to delete this level? This action cannot be reversed.')">
|
||||||
<div class="ui red button">
|
<div class="ui red button">
|
||||||
<i class="trash icon"></i>
|
<i class="trash icon"></i>
|
||||||
<span>Delete</span>
|
<span>Delete</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue