diff --git a/src/ElectionResults.API/ElectionResults.API.csproj b/src/ElectionResults.API/ElectionResults.API.csproj index 3a5890d..a7c282a 100644 --- a/src/ElectionResults.API/ElectionResults.API.csproj +++ b/src/ElectionResults.API/ElectionResults.API.csproj @@ -6,6 +6,9 @@ Linux + + false + diff --git a/src/ElectionResults.API/Views/Shared/_Layout.cshtml b/src/ElectionResults.API/Views/Shared/_Layout.cshtml index 68c53d2..99b93e7 100644 --- a/src/ElectionResults.API/Views/Shared/_Layout.cshtml +++ b/src/ElectionResults.API/Views/Shared/_Layout.cshtml @@ -4,44 +4,46 @@ @ViewData["Title"] - Admin - + + + + + + -
- +
+
+
+ @RenderBody() +
+
+ + +@RenderSection("Scripts", required: false)