|
@@ -25,15 +25,19 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="profile-info__item">
|
|
|
- <a href="#" class="profile-info__link">
|
|
|
+ <a class="profile-info__link">
|
|
|
<img src="img/exit.svg" alt="qual" class="profile-info__link-img">
|
|
|
- Выйти
|
|
|
+ <form method="post" action="Identity/Account/LogOut">
|
|
|
+ <button type="submit" class="nav-link btn btn-link">Выйти</button>
|
|
|
+ </form>
|
|
|
</a>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</Authorized>
|
|
|
<NotAuthorized>
|
|
|
- <div class="profile-info__link">анон</div>
|
|
|
+ <a class="profile-info__link" href="Identity/Account/Register">Регистрация</a>
|
|
|
+ <a class="profile-info__link" href="Identity/Account/Login">Вход</a>
|
|
|
</NotAuthorized>
|
|
|
</AuthorizeView>
|
|
|
</sidebar>
|