Move footer

This commit is contained in:
Michael 2017-04-08 19:31:00 -04:00
parent e4ba458f24
commit 6492368c7d

View file

@ -178,6 +178,8 @@
}<hr />
</div>
<footer class="navbar navbar-default">
<p>&copy; @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p>
@ -219,10 +221,11 @@
@if (ACL.Granted(User.Identity.Name, "CanAccessAdminCP"))
{
<p>@Html.ActionLink("Administrator Control Panel", "Index", "Admin")</p>
}
<p>@Html.ActionLink("Administrator Control Panel", "Index", "Admin")</p>}
</footer>
</div>
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")