vnext
Paul Schneider 6 years ago
parent 0f282f588c
commit 06fdc78de7
2 changed files with 2 additions and 2 deletions

@ -12,7 +12,7 @@
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.ShortName)
@Html.DisplayNameFor(model => model.Topic)
</th>
<th>
@Html.DisplayNameFor(model => model.ReplyToAddress)
@ -41,7 +41,7 @@
@foreach (var item in Model) {
<tr>
<td>
@Html.DisplayFor(modelItem => item.ShortName)
@Html.DisplayFor(modelItem => item.Topic)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReplyToAddress)

Loading…