From b20759f20589af855adb977079cf77b4ef299b13 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 16 Feb 2023 08:46:04 +0300 Subject: Add delete action for bundles controller --- Views/Bundles/Index.cshtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Views/Bundles') diff --git a/Views/Bundles/Index.cshtml b/Views/Bundles/Index.cshtml index 6c36cb7..e93edb2 100644 --- a/Views/Bundles/Index.cshtml +++ b/Views/Bundles/Index.cshtml @@ -18,6 +18,7 @@ Name Descrition Price + Actions @@ -28,6 +29,7 @@ @bundle.Name @bundle.Description @bundle.Price + Delete } -- cgit v1.2.3