mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
boolean cast error
This commit is contained in:
parent
b7457b5d53
commit
d400524c51
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue