projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed56ad1
)
Add a link to 'My profile' in the dropdown
author
Dashie
<dashie@sigpipe.me>
Thu, 26 Apr 2018 13:08:55 +0000
(15:08 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 26 Apr 2018 13:26:27 +0000
(15:26 +0200)
client/src/app/menu/menu.component.html
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.html
b/client/src/app/menu/menu.component.html
index d1488ec3c3c5775a4cb564fb2e4691e374928c1f..1642f7dce563a97e6bb9e0739fbd9111e5ee12e1 100644
(file)
--- a/
client/src/app/menu/menu.component.html
+++ b/
client/src/app/menu/menu.component.html
@@
-14,6
+14,10
@@
<ul *dropdownMenu class="dropdown-menu">
<li>
+ <a i18n [routerLink]="[ '/accounts', user.account.id ]" class="dropdown-item" title="My profile">
+ My profile
+ </a>
+
<a routerLink="/my-account/settings" class="dropdown-item" title="My settings">
My settings
</a>