@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("People", "Index", "People", new { area = "" }, new { @class = "nav-link text-light" })
-
@Html.ActionLink("Teams", "Index", "Teams", new { area = "" }, new { @class = "nav-link text-light" })
-
@Html.ActionLink("Prizes", "Index", "Prizes", new { area = "" }, new { @class = "nav-link text-light" })