fixes
This commit is contained in:
parent
9ff6dc7503
commit
9b4e9219b7
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@model PerformerProfile
|
||||
|
||||
<div class="performer @(Model.Active?"active":"inactive")">
|
||||
@Html.DisplayFor(m=>m.Performer)
|
||||
@if (Model.Performer!=null) { Html.DisplayFor(m=>m.Performer); }
|
||||
@if (Model.WebSite!=null) {
|
||||
<a target="yaext" href="@Model.WebSite" class="btn btn-info">@SR["WebSite"]: @Model.WebSite</a>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue