Various Bug Fixes
This commit is contained in:
@ -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>*@
|
||||
|
Reference in New Issue
Block a user