From 63736bd235023bf7775a36373c981a914477bc90 Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Mon, 8 Dec 2025 11:09:47 +0700 Subject: [PATCH] feat: add edit & delete modal, alert success --- Controllers/RegulasiController.cs | 6 +- Views/Regulasi/Index.cshtml | 299 ++++++++++++++++++------------ 2 files changed, 186 insertions(+), 119 deletions(-) diff --git a/Controllers/RegulasiController.cs b/Controllers/RegulasiController.cs index 1c7679d..cd376d2 100644 --- a/Controllers/RegulasiController.cs +++ b/Controllers/RegulasiController.cs @@ -55,9 +55,9 @@ namespace BpsRwApp.Controllers x.dokumen, aksi = $@"
- - - + + +
" }); diff --git a/Views/Regulasi/Index.cshtml b/Views/Regulasi/Index.cshtml index 2d44fb0..96bc3de 100644 --- a/Views/Regulasi/Index.cshtml +++ b/Views/Regulasi/Index.cshtml @@ -2,6 +2,24 @@ ViewData["Title"] = "Regulasi"; } + + + - + - + + + + + + - - - + + \ No newline at end of file