renamed
This commit is contained in:
parent
b3be41516f
commit
aa3706e9c8
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…
Add table
Add a link
Reference in a new issue