aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Shared/_Navbar.cshtml
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-151-31/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-4/+4
| | | | UserController to AccountController, updated links
* Implemented user profile pageSyndamia2021-05-071-1/+3
|
* Removed Privacy page and tweaked navbar and footerSyndamia2021-05-071-4/+1
|
* Added logout functionality and updated navbarSyndamia2021-05-061-0/+4
|
* Impllemented user login and updated navbarSyndamia2021-05-061-2/+16
|
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ↵Syndamia2021-05-061-0/+14
default css and js from wwwroot; Implemented a very simple custom styling that mimmics the default asp.net bootstrap one