command forms :-)

This commit is contained in:
Paul Schneider 2017-01-24 10:43:42 +01:00
commit d232d4a52e
17 changed files with 214 additions and 48 deletions

View file

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