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)