aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index 2671dd90b..6f52f4f45 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -12,6 +12,10 @@
12 12
13 <ul *dropdownMenu class="dropdown-menu"> 13 <ul *dropdownMenu class="dropdown-menu">
14 <li> 14 <li>
15 <a routerLink="/account/settings" class="dropdown-item" title="My account">
16 My account
17 </a>
18
15 <a (click)="logout($event)" class="dropdown-item" title="Log out" href="#"> 19 <a (click)="logout($event)" class="dropdown-item" title="Log out" href="#">
16 Log out 20 Log out
17 </a> 21 </a>