From c4cb22633085d0954d495e16a7b4a9f7749aa3f7 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 18 Sep 2020 00:28:06 +1000 Subject: [PATCH] display notes in the details page --- Pages/Documents/Details.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pages/Documents/Details.cshtml b/Pages/Documents/Details.cshtml index f5e260c..5dd25d0 100644 --- a/Pages/Documents/Details.cshtml +++ b/Pages/Documents/Details.cshtml @@ -28,6 +28,8 @@
@Html.DisplayFor(model => model.Document.DateAdded)
@Html.DisplayNameFor(model => model.Document.Tags)
@Html.DisplayFor(model => model.Document.Tags)
+
@Html.DisplayNameFor(model => model.Document.Notes)
+
@Html.DisplayFor(model => model.Document.Notes)
@Html.DisplayNameFor(model => model.Document.Read)
@Html.DisplayFor(model => model.Document.Read)