diff options
author | Dashie <dashie@sigpipe.me> | 2018-04-26 15:08:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-26 15:26:27 +0200 |
commit | 29ca3b361f0a7f0fa3760c4f720712d69a8ba05e (patch) | |
tree | d444ca78e6d275e7510d0ec4026c90f3cb37bf9a /client/src/app/menu | |
parent | ed56ad1193bb5bb0a81fb843a11eb90d3fed9861 (diff) | |
download | PeerTube-29ca3b361f0a7f0fa3760c4f720712d69a8ba05e.tar.gz PeerTube-29ca3b361f0a7f0fa3760c4f720712d69a8ba05e.tar.zst PeerTube-29ca3b361f0a7f0fa3760c4f720712d69a8ba05e.zip |
Add a link to 'My profile' in the dropdown
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 d1488ec3c..1642f7dce 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -14,6 +14,10 @@ | |||
14 | 14 | ||
15 | <ul *dropdownMenu class="dropdown-menu"> | 15 | <ul *dropdownMenu class="dropdown-menu"> |
16 | <li> | 16 | <li> |
17 | <a i18n [routerLink]="[ '/accounts', user.account.id ]" class="dropdown-item" title="My profile"> | ||
18 | My profile | ||
19 | </a> | ||
20 | |||
17 | <a routerLink="/my-account/settings" class="dropdown-item" title="My settings"> | 21 | <a routerLink="/my-account/settings" class="dropdown-item" title="My settings"> |
18 | My settings | 22 | My settings |
19 | </a> | 23 | </a> |