display notes in the details page
This commit is contained in:
parent
8827adf860
commit
c4cb226330
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
<dd>@Html.DisplayFor(model => model.Document.DateAdded)</dd>
|
||||
<dt>@Html.DisplayNameFor(model => model.Document.Tags)</dt>
|
||||
<dd class="tags">@Html.DisplayFor(model => model.Document.Tags)</dd>
|
||||
<dt>@Html.DisplayNameFor(model => model.Document.Notes)</dt>
|
||||
<dd>@Html.DisplayFor(model => model.Document.Notes)</dd>
|
||||
<dt>@Html.DisplayNameFor(model => model.Document.Read)</dt>
|
||||
<dd>@Html.DisplayFor(model => model.Document.Read)</dd>
|
||||
</dl>
|
||||
|
|
Loading…
Reference in a new issue