boolean cast error

This commit is contained in:
Michael 2017-04-05 18:48:26 -04:00
parent b7457b5d53
commit d400524c51

View file

@ -115,7 +115,7 @@
</ul>
@RenderBody();
}
else if (ViewBag.Developer)
else if (ViewBag.Developer == true)
{
<ul class="nav nav-pills">
<li>@Html.ActionLink("Home", "Index", "Developer")</li>