display the /HairCut/Brush profile
This commit is contained in:
parent
d6deb2da39
commit
64d49c661d
24 changed files with 516 additions and 364 deletions
|
|
@ -0,0 +1,15 @@
|
|||
@model Yavsc.ViewModels.FrontOffice.PerformerProfileViewModel
|
||||
|
||||
<div class="performer @(Model.Active?"active":"inactive")">
|
||||
@Html.DisplayFor(m=>m.UserName)
|
||||
|
||||
@{ await Html.RenderPartialAsync(Model.SettingsClassName,Model.Settings); }
|
||||
|
||||
@if (Model.WebSite!=null) {
|
||||
<a target="yaext" href="@Model.WebSite" class="btn btn-info">@SR["WebSite"]: @Model.WebSite</a>
|
||||
}
|
||||
|
||||
<environment names="Development">
|
||||
@Html.Raw(JsonConvert.SerializeObject(Model.Context.Settings))
|
||||
</environment>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue