mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-03 13:17:33 +00:00
Move footer
This commit is contained in:
parent
e4ba458f24
commit
6492368c7d
1 changed files with 43 additions and 40 deletions
|
@ -178,6 +178,8 @@
|
|||
|
||||
}<hr />
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="navbar navbar-default">
|
||||
|
||||
<p>© @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")
|
||||
|
|
Loading…
Add table
Reference in a new issue