Customize bootstrap with SASS
Update jquery validate for IE Simplify scripting Update home page logo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@inherits UmbracoTemplatePage
|
||||
@{
|
||||
var home = CurrentPage.Site();
|
||||
var loginStatus = Members.GetCurrentLoginStatus();
|
||||
}
|
||||
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
@@ -9,6 +10,12 @@
|
||||
<li>
|
||||
@Html.Partial("LoginStatus")
|
||||
</li>
|
||||
@if (loginStatus.IsLoggedIn)
|
||||
{
|
||||
<li>
|
||||
<a href="~/umbraco#"><span class="glyphicon glyphicon-cog"></span> Site Editor</a>
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user