18 left
This commit is contained in:
parent
96a73bcd95
commit
bfae0dfe34
6 changed files with 5 additions and 18 deletions
|
|
@ -34,12 +34,7 @@
|
|||
ValidationDate"]
|
||||
</dt>
|
||||
<dd>
|
||||
@if (Model.ValidationDate==null) {
|
||||
NonValidee"]
|
||||
}
|
||||
else {
|
||||
@Html.DisplayFor(model => model.ValidationDate)
|
||||
}
|
||||
@((Model.ValidationDate==null)?"NonValidee":Html.DisplayFor(model => model.ValidationDate))
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Post)
|
||||
@Html.DisplayNameFor(model => model.BlogPost)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Allowed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue