diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 13:18:04 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 13:18:04 +0300 |
| commit | 55788fb6f937621944acc933577eb2d37997aa92 (patch) | |
| tree | 87843ff3907a7a5ef5569bc88f216c39bfa7fdb8 /ExamTemplate/Web/Views/Shared/_Navbar.cshtml | |
| parent | 8f7dabf274b5e428fc32f19a3c8848eacab01090 (diff) | |
| download | it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar.gz it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.zip | |
Removed Privacy page and tweaked navbar and footer
Diffstat (limited to 'ExamTemplate/Web/Views/Shared/_Navbar.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/_Navbar.cshtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml index e32b8c5..cde4b15 100644 --- a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml +++ b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml @@ -6,11 +6,8 @@ <nav class="navbar border-bottom box-shadow"> <div class="middle-content-container navbar-contents"> <section> - <b> - <a asp-controller="Home" asp-action="Index">Web</a> - </b> + <b>ExamTemplate</b> <a asp-controller="Home" asp-action="Index">Home</a> - <a asp-controller="Home" asp-action="Privacy">Privacy</a> </section> <div class="flex-spacer"></div> <section> |
