reorg
This commit is contained in:
parent
d000f77098
commit
40e8e08690
3487 changed files with 39 additions and 21 deletions
|
|
@ -0,0 +1,9 @@
|
|||
@model PerformerProfile
|
||||
|
||||
<div class="performer @(Model.Active?"active":"inactive")">
|
||||
@if (Model.Performer!=null) { Html.DisplayFor(m=>m.Performer); }
|
||||
@if (Model.WebSite!=null) {
|
||||
<a target="yaext" href="@Model.WebSite" class="btn btn-info">WebSite: @Model.WebSite</a>
|
||||
}
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue