renaming Reviewed

This commit is contained in:
Paul Schneider 2026-07-04 22:25:59 +01:00
commit f5a9a3ddef
9 changed files with 28 additions and 23 deletions

View file

@ -33,7 +33,7 @@
@Html.DisplayNameFor(model => model.Previsional)
</th>
<th>
@Html.DisplayNameFor(model => model.Decided)
@Html.DisplayNameFor(model => model.Reviewed)
</th>
<th>
@Html.DisplayNameFor(model => model.DateModified)
@ -55,7 +55,7 @@
</th>
<th></th>
</tr>
@foreach (var item in Model) {
<tr>
<td>
@ -80,7 +80,7 @@
@Html.DisplayFor(modelItem => item.Previsional)
</td>
<td>
@Html.DisplayFor(modelItem => item.Decided)
@Html.DisplayFor(modelItem => item.Reviewed)
</td>
<td>
@Html.DisplayFor(modelItem => item.DateModified)