This commit is contained in:
parent
6e8395cec6
commit
6f7f6e7eca
3 changed files with 18 additions and 18 deletions
|
@ -17,7 +17,7 @@
|
|||
@Scripts.Render("~/bundles/modernizr")
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="navbar navbar-inverse navbar-fixed-top prevent-deselect">
|
||||
<div class="container top-container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
|
@ -34,16 +34,18 @@
|
|||
<a id="logout" class="nav navbar-text navbar-right" href="@Url.RouteUrl(AccountRouteNames.Logout)" title="Log out"><i class="glyphicon glyphicon-log-out"></i></a>
|
||||
<h4 id="username" class="nav navbar-text navbar-right">@WspContext.User.Login</h4>
|
||||
}
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container body-content">
|
||||
<div id="message-area" class="container"> </div>
|
||||
<div id="message-area" class="container prevent-deselect"> </div>
|
||||
@RenderBody()
|
||||
</div>
|
||||
|
||||
@RenderSection("popups", required: false)
|
||||
<div class="prevent-deselect">
|
||||
@RenderSection("popups", required: false)
|
||||
</div>
|
||||
|
||||
@Scripts.Render("~/bundles/jquery")
|
||||
@Scripts.Render("~/bundles/jqueryval")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue