diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-07 12:12:39 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-07 12:12:43 +0100 |
commit | 13adf228d0cc48995cf70c0a782a1d717873f6e0 (patch) | |
tree | b4b8ef5ac8ae67ba5336fba8420ba4d97c0c0eef /client/src/app/videos | |
parent | 366b21f13f75b33f9d64744d7564e7cddf5b1ae8 (diff) | |
download | PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.gz PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.zst PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.zip |
Add button in subscriptions to go to subscriptions list
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/video-list/video-user-subscriptions.component.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/videos/video-list/video-user-subscriptions.component.ts b/client/src/app/videos/video-list/video-user-subscriptions.component.ts index b36c85766..0cd67db29 100644 --- a/client/src/app/videos/video-list/video-user-subscriptions.component.ts +++ b/client/src/app/videos/video-list/video-user-subscriptions.component.ts | |||
@@ -36,6 +36,11 @@ export class VideoUserSubscriptionsComponent extends AbstractVideoList implement | |||
36 | super() | 36 | super() |
37 | 37 | ||
38 | this.titlePage = i18n('Videos from your subscriptions') | 38 | this.titlePage = i18n('Videos from your subscriptions') |
39 | this.actions.push({ | ||
40 | routerLink: '/my-account/subscriptions', | ||
41 | label: i18n('Subscriptions'), | ||
42 | iconName: 'cog' | ||
43 | }) | ||
39 | } | 44 | } |
40 | 45 | ||
41 | ngOnInit () { | 46 | ngOnInit () { |