diff --git a/src/AssetManager.Web/Views/Categories/Create.cshtml b/src/AssetManager.Web/Views/Categories/Create.cshtml
index 6ee79f6..c0faad1 100644
--- a/src/AssetManager.Web/Views/Categories/Create.cshtml
+++ b/src/AssetManager.Web/Views/Categories/Create.cshtml
@@ -4,7 +4,18 @@
ViewData["Title"] = "Create";
}
-
Create Category
+
+
@@ -74,12 +85,14 @@
-
diff --git a/src/AssetManager.Web/Views/Categories/Details.cshtml b/src/AssetManager.Web/Views/Categories/Details.cshtml
index 4cc1ba3..22cee91 100644
--- a/src/AssetManager.Web/Views/Categories/Details.cshtml
+++ b/src/AssetManager.Web/Views/Categories/Details.cshtml
@@ -4,57 +4,72 @@
ViewData["Title"] = "Details";
}
-Details
-
-
-
Category
-
-
- -
- @Html.DisplayNameFor(model => model.Name)
-
- -
- @Html.DisplayFor(model => model.Name)
-
- -
- @Html.DisplayNameFor(model => model.EulaText)
-
- -
- @Html.DisplayFor(model => model.EulaText)
-
- -
- @Html.DisplayNameFor(model => model.DefaultEula)
-
- -
- @Html.DisplayFor(model => model.DefaultEula)
-
- -
- @Html.DisplayNameFor(model => model.Type)
-
- -
- @Html.DisplayFor(model => model.Type)
-
- -
- @Html.DisplayNameFor(model => model.CheckInEmail)
-
- -
- @Html.DisplayFor(model => model.CheckInEmail)
-
- -
- @Html.DisplayNameFor(model => model.Image)
-
- -
- @Html.DisplayFor(model => model.Image)
-
- -
- @Html.DisplayNameFor(model => model.Id)
-
- -
- @Html.DisplayFor(model => model.Id)
-
-
+
+
- @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
-
Back to List
-
+
+
\ No newline at end of file
diff --git a/src/AssetManager.Web/Views/Categories/Edit.cshtml b/src/AssetManager.Web/Views/Categories/Edit.cshtml
index 7dc0a96..4510c81 100644
--- a/src/AssetManager.Web/Views/Categories/Edit.cshtml
+++ b/src/AssetManager.Web/Views/Categories/Edit.cshtml
@@ -4,7 +4,16 @@
ViewData["Title"] = "Edit";
}
-Edit Category
+
@@ -70,12 +79,16 @@
-
diff --git a/src/AssetManager.Web/Views/StatusLabels/Edit.cshtml b/src/AssetManager.Web/Views/StatusLabels/Edit.cshtml
index 60411cd..3daf12b 100644
--- a/src/AssetManager.Web/Views/StatusLabels/Edit.cshtml
+++ b/src/AssetManager.Web/Views/StatusLabels/Edit.cshtml
@@ -11,7 +11,7 @@
@@ -62,12 +62,14 @@
-