adds bug a description

This commit is contained in:
Paul Schneider 2017-10-16 11:29:10 +02:00
commit 3ca7870456
12 changed files with 2524 additions and 2 deletions

View file

@ -22,6 +22,12 @@
<dd>
@Html.DisplayFor(model => model.Status)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Description)
</dt>
<dd>
@Html.DisplayFor(model => model.Description)
</dd>
</dl>
</div>
<p>