preparing to feed abstract

[FIXME] test won't end
This commit is contained in:
Paul Schneider 2018-07-15 06:47:41 +02:00
commit a3d3294061
33 changed files with 720 additions and 241 deletions

View file

@ -11,6 +11,9 @@
</p>
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.Name)
</th>
<th>
@Html.DisplayNameFor(model => model.Consent)
</th>
@ -55,6 +58,9 @@
@foreach (var item in Model) {
<tr>
<td>
@Html.DisplayFor(modelItem => item.Name)
</td>
<td>
@Html.DisplayFor(modelItem => item.Consent)
</td>