From bc6fc83c90cc70297813bd135c41cbece58e5ad3 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 20 May 2026 15:24:14 +1000 Subject: [PATCH] v1.0.0: Device Delete view --- Views/Devices/Delete.cshtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Views/Devices/Delete.cshtml diff --git a/Views/Devices/Delete.cshtml b/Views/Devices/Delete.cshtml new file mode 100644 index 0000000..33ce102 --- /dev/null +++ b/Views/Devices/Delete.cshtml @@ -0,0 +1,14 @@ +@model Device +@{ ViewData["Title"] = $"Delete: {Model.Name}"; } +
+
Confirm Deletion
+
+

Are you sure you want to delete the kitten "@Model.Name"?

+

URL: /@Model.Slug ยท @Model.DeviceSlides.Count slide(s) assigned

+

This will remove the device and its playlist. Slides themselves will not be deleted.

+
+ @Html.AntiForgeryToken() +
Cancel
+
+
+