renaming Reviewed
This commit is contained in:
parent
40897f4f83
commit
f5a9a3ddef
9 changed files with 28 additions and 23 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue