fix beta label in web UI
This commit is contained in:
parent
911843e1be
commit
b8dac41da8
|
@ -9,7 +9,7 @@
|
||||||
TimeSpan staleAge = DateTimeOffset.UtcNow - Model.LastUpdated;
|
TimeSpan staleAge = DateTimeOffset.UtcNow - Model.LastUpdated;
|
||||||
|
|
||||||
bool hasBeta = Model.BetaVersion != null;
|
bool hasBeta = Model.BetaVersion != null;
|
||||||
string betaLabel = "SDV @Model.BetaVersion only";
|
string betaLabel = $"SDV {Model.BetaVersion} only";
|
||||||
}
|
}
|
||||||
@section Head {
|
@section Head {
|
||||||
<link rel="stylesheet" href="~/Content/css/mods.css?r=20200218" />
|
<link rel="stylesheet" href="~/Content/css/mods.css?r=20200218" />
|
||||||
|
|
Loading…
Reference in New Issue