preparing to feed abstract

test should run ok [modulo config]
This commit is contained in:
Paul Schneider 2018-07-15 06:47:41 +02:00
commit 0211026426
36 changed files with 765 additions and 243 deletions

View file

@ -10,6 +10,12 @@
<h4>Project</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Name)
</dt>
<dd>
@Html.DisplayFor(model => model.Name)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Consent)
</dt>
@ -35,10 +41,10 @@
@Html.DisplayFor(model => model.Description)
</dd>
<dt>
@Html.DisplayNameFor(model => model.LocalRepo)
@Html.DisplayNameFor(model => model.Repository)
</dt>
<dd>
@Html.DisplayFor(model => model.LocalRepo)
@Html.DisplayFor(model => model.Repository)
</dd>
<dt>
@Html.DisplayNameFor(model => model.OwnerId)