renaming Reviewed
This commit is contained in:
parent
c74ac71b5d
commit
ee6cb34c23
9 changed files with 28 additions and 23 deletions
|
|
@ -59,10 +59,10 @@
|
|||
@Html.DisplayFor(model => model.Previsional)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Decided)
|
||||
@Html.DisplayNameFor(model => model.Reviewed)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Decided)
|
||||
@Html.DisplayFor(model => model.Reviewed)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.DateModified)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue