Do not use theses rates
This commit is contained in:
parent
aebc3de6ce
commit
e22d322f44
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
<div class="performer @(Model.Active?"active":"inactive")">
|
||||
@Html.DisplayFor(m=>m.Performer)
|
||||
|
||||
@if (Model.Rate > 80) { <p> @SR["Rating"]: @Model.Rate % </p> }
|
||||
@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