Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -1,24 +1,6 @@
|
||||
@inherits UmbracoTemplatePage
|
||||
@{
|
||||
var home = CurrentPage.Site();
|
||||
var loginStatus = Members.GetCurrentLoginStatus();
|
||||
}
|
||||
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
<strong>User</strong>
|
||||
<ul>
|
||||
<li>
|
||||
@Html.Partial("LoginStatus")
|
||||
</li>
|
||||
@if (loginStatus.IsLoggedIn)
|
||||
{
|
||||
<li>
|
||||
<a href="~/umbraco#"><span class="glyphicon glyphicon-cog"></span> Site Editor</a>
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 text-center">
|
||||
<div class="col text-center">
|
||||
<span class="copyright">
|
||||
<i class="fa fa-copyright copyright"></i> ORNL @DateTime.Now.Year
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user