@Html.ActionLink("Tournament tracker", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@*@Html.Partial("_LoginPartial")*@
-
@Html.ActionLink("Home", "Index", "Home", new { area = "" }, new { @class = "nav-link text-light" })
-
@Html.ActionLink("About", "About", "Home", new { area = "" }, new { @class = "nav-link text-light" })
-
@Html.ActionLink("Contact", "Contact", "Home", new { area = "" }, new { @class = "nav-link text-light" })
@RenderBody()
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)