Skip to content

Commit

Permalink
Finished customer name and details page
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Nov 24, 2019
1 parent 9010f95 commit 0f1d8bc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .vs/Vidly/v15/.suo
Binary file not shown.
Binary file modified .vs/Vidly/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified .vs/Vidly/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/Vidly/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion Vidly/Views/Shared/_navbar.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>@Html.ActionLink("Customers", "Random", "Movies")</li>
<li>@Html.ActionLink("Customers", "AllCustomer", "Movies")</li>
<li>@Html.ActionLink("Contact", "Contact", "Home")</li>
</ul>
@Html.Partial("_LoginPartial")
Expand Down

0 comments on commit 0f1d8bc

Please sign in to comment.