This commit is contained in:
DawitG96
2019-02-01 01:52:06 +01:00
parent 1c0176c72b
commit 64593ee4e4
20 changed files with 785 additions and 309 deletions

View File

@@ -4,7 +4,7 @@
}
<div class="breadcrumb">
@Html.ActionLink("Home", "Index", "Home")
@Html.ActionLink("Home", "Profile", "Home")
@if (controller != "Home")
{
@:> @Html.ActionLink(controller, "Index", controller)