Adds bugs a title.

This commit is contained in:
Paul Schneider 2018-12-31 15:49:00 +00:00
commit 20d8f3e7a6
5 changed files with 32 additions and 0 deletions

View file

@ -17,6 +17,12 @@
<dd>
@Html.DisplayFor(model => model.FeatureId)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Title)
</dt>
<dd>
@Html.DisplayFor(model => model.Title)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Status)
</dt>