@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" })
@if (!string.IsNullOrEmpty(ViewBag.DiscordLink)) {
Discord
} @if (ViewBag.Authorized) {
@Html.ActionLink("Console", "Index", "Console", new { area = "" }, new { @class = "dropdown-item bg-dark text-muted text-center text-md-left", title = "Web Console" }) @Html.ActionLink("Profile", "ProfileAsync", "Client", new { id = ViewBag.User.ClientId }, new { @class = "dropdown-item bg-dark text-muted text-center text-md-left", title = "Client Profile", }) @Html.ActionLink("Logout", "LogoutAsync", "Account", new { area = "" }, new { @class = "dropdown-item bg-dark text-muted text-center text-md-left", title = "Logout of account" })
} else {
}
×
IW4MAdmin
×
@RenderSection("targetid", required: false)
@RenderBody()
@RenderSection("scripts", required: false)