diff --git a/LittleShop/Areas/Admin/Views/Categories/Index.cshtml b/LittleShop/Areas/Admin/Views/Categories/Index.cshtml index e93a371..847179d 100644 --- a/LittleShop/Areas/Admin/Views/Categories/Index.cshtml +++ b/LittleShop/Areas/Admin/Views/Categories/Index.cshtml @@ -19,7 +19,8 @@
@category.Description
+ } + +@rate.Description
+ } + ++ Created: @user.CreatedAt.ToString("MMM dd, yyyy") +
+ +
+ @collection.PropertiesJson.Substring(0, Math.Min(100, collection.PropertiesJson.Length))@(collection.PropertiesJson.Length > 100 ? "..." : "")
+
+ }
+ else
+ {
+ No properties defined
+ }
+