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

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

Loading…