@Html.ActionLink("IW4MAdmin", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink("Home", "Index", "Home", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("Penalties", "List", "Penalty", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("Admins", "PrivilegedAsync", "Client", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("Console", "Index", "Console", new { area = "" }, new { @class = "nav-link" })
@if (!string.IsNullOrEmpty(ViewBag.DiscordLink)) {
Discord
} @if (ViewBag.Authorized) {
@Html.ActionLink("Logout", "LogoutAsync", "Account", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("", "ProfileAsync", "Client", new { id = ViewBag.User.ClientId }, new { @class = "nav-link oi oi-person oi-fix-navbar w-100", title = "Client Profile" })
} else {
}
×
IW4MAdmin
×
@RenderSection("targetid", required: false)
@RenderBody()
@RenderSection("scripts", required: false)