summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-18 13:24:53 -0400
committerMichael <[email protected]>2017-04-18 13:24:53 -0400
commit67d7cfbbe544d8a30363f9853a4acb6d008033e5 (patch)
tree0fb9d14c43bd4ae94178848b476a4fbb9f62217a /Project-Unite/Views/Shared/_Layout.cshtml
parentaddb1a66cf95e480e949d57698f56d58d1bae339 (diff)
downloadproject-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.tar.gz
project-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.tar.bz2
project-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.zip
add login partial
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 24bc624..2e04652 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -40,6 +40,7 @@
<li><a href="@Url.Action("Index", "Forum")"><span class="glyphicon glyphicon-comment"></span></a></li>
<li><a href="@Url.Action("Index", "Bugs")"><span class="glyphicon glyphicon-warning-sign"></span></a></li>
<li><a href="@Url.Action("Index", "Wiki")"><span class="glyphicon glyphicon-book"></span></a></li>
+ @Html.Partial("_LoginPartial")
</ul>
</div>