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

@ -14,6 +14,9 @@
<td>
@Html.DisplayNameFor(model => model.Id)
</td>
<td>
@Html.DisplayNameFor(model => model.Title)
</td>
<th>
@Html.DisplayNameFor(model => model.FeatureId)
</th>
@ -31,6 +34,9 @@
<td>
@Html.DisplayFor(model => item.Id)
</td>
<td>
@Html.DisplayFor(model => item.Title)
</td>
<td>
@Html.DisplayFor(modelItem => item.FeatureId)
</td>