diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:41:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:41:59 +0100 |
commit | b2731bff2834fb6aacf166cf435030bf96eb12f3 (patch) | |
tree | a519c0669ffc27712fffebc5750df54952a61100 /client/src/app/menu | |
parent | 4a7eeb62f1364678fff28fef4a83a0e9b640017c (diff) | |
download | PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.tar.gz PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.tar.zst PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.zip |
Small style fixes
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
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> |