Skip to content

Commit

Permalink
Merge pull request #128 from infoshareacademy/fix/paulina-wudarska
Browse files Browse the repository at this point in the history
Fix dropdown functions in navbar
  • Loading branch information
Zjyslav authored Jul 7, 2024
2 parents b7c94a1 + 7752eea commit adcff6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TutorLizard.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<div class="nav-item dropdown">
<a class="nav-link dropbtn">Funkcje<i class="fa fa-caret-down"></i></a>
<div class="dropdown-content">
<a asp-controller="Tutor" asp-action="Index">Nauczyciel</a>
<a asp-controller="Student" asp-action="Index">Uczeń</a>
<a asp-controller="Browse" asp-action="Schedule">Kalendarz</a>
<a asp-controller="Tutor" asp-action="Index">@TutorLizard.Web.Resources.Home.TutorFunction</a>
<a asp-controller="Student" asp-action="Index">@TutorLizard.Web.Resources.Home.StudentFunction</a>
<a asp-controller="Browse" asp-action="Schedule">@TutorLizard.Web.Resources.Home.YourSchedule</a>
</div>
</div>

Expand Down

0 comments on commit adcff6b

Please sign in to comment.