Various Bug Fixes
This commit is contained in:
parent
7323f82582
commit
0895d6a50b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li>@Html.ActionLink("Reports", "Index", "Reports")</li>
|
||||
@*<li>@Html.ActionLink("Reports", "Index", "Reports")</li>*@
|
||||
@if ((bool)@Session[GlobalVars.IS_ADMIN])
|
||||
{
|
||||
<li>@Html.ActionLink("Admin", "Index", "Admin")</li>
|
||||
|
@ -35,10 +35,10 @@
|
||||
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
@if (Request.IsAuthenticated)
|
||||
@*@if (Request.IsAuthenticated)
|
||||
{
|
||||
<li>@Html.ActionLink("Reports", "Index", "Reports")</li>
|
||||
}
|
||||
}*@
|
||||
@*<li>@Html.ActionLink("Home", "Index", "Home")</li>
|
||||
<li>@Html.ActionLink("About", "About", "Home")</li>
|
||||
<li>@Html.ActionLink("Contact", "Contact", "Home")</li>*@
|
||||
|
Loading…
x
Reference in New Issue
Block a user