- @Html.ActionLink("Use a different frontend version", "FrontendVersion", "Home")
+
+
+
}
- else
+
+ @if(!string.IsNullOrWhiteSpace(Model.LocalFrontendUrl))
{
- You are using frontend js and css from @(Model.LocalFrontendUrl). @Html.ActionLink("Use a different frontend version", "FrontendVersion", "Home")
+ You are using frontend js and css from @(Model.LocalFrontendUrl). @Html.ActionLink("Use a different frontend version", "Index", "FrontendVersion")
}
diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml
index f8ea777e..5bcddce3 100644
--- a/src/Views/Shared/_Layout.cshtml
+++ b/src/Views/Shared/_Layout.cshtml
@@ -4,20 +4,35 @@