summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-05 18:48:26 -0400
committerMichael <[email protected]>2017-04-05 18:48:26 -0400
commitd400524c51f0652577aabaa4d79cfe3aa3ea3ce4 (patch)
treedf29d79a8fbd1fbb258afa62a321c2fb0b5e073e /Project-Unite/Views/Shared/_Layout.cshtml
parentb7457b5d532506abdae0ab74bfdc45f0f955a526 (diff)
downloadproject-unite-d400524c51f0652577aabaa4d79cfe3aa3ea3ce4.tar.gz
project-unite-d400524c51f0652577aabaa4d79cfe3aa3ea3ce4.tar.bz2
project-unite-d400524c51f0652577aabaa4d79cfe3aa3ea3ce4.zip
boolean cast error
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 3a6487f..66d2c7a 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -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>