diff options
| author | Michael <[email protected]> | 2017-04-18 13:24:53 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-18 13:24:53 -0400 |
| commit | 67d7cfbbe544d8a30363f9853a4acb6d008033e5 (patch) | |
| tree | 0fb9d14c43bd4ae94178848b476a4fbb9f62217a | |
| parent | addb1a66cf95e480e949d57698f56d58d1bae339 (diff) | |
| download | project-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.tar.gz project-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.tar.bz2 project-unite-67d7cfbbe544d8a30363f9853a4acb6d008033e5.zip | |
add login partial
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 1 |
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> |
