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:
b314f98
)
Redirect comment links to the watch page
author
Chocobozzz
<me@florianbigard.com>
Thu, 14 Jun 2018 08:40:34 +0000
(10:40 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 14 Jun 2018 08:40:34 +0000
(10:40 +0200)
client/src/app/videos/videos-routing.module.ts
patch
|
blob
|
history
diff --git
a/client/src/app/videos/videos-routing.module.ts
b/client/src/app/videos/videos-routing.module.ts
index 66153e0337a354a2c4db7f1a3fa7d52c3066975b..da786c0f98a1c2fe6ff211c7b6717691c816ee97 100644
(file)
--- a/
client/src/app/videos/videos-routing.module.ts
+++ b/
client/src/app/videos/videos-routing.module.ts
@@
-72,6
+72,10
@@
const videosRoutes: Routes = [
}
}
},
+ {
+ path: 'watch/:uuid/comments/:commentId',
+ redirectTo: 'watch/:uuid'
+ },
{
path: 'watch/:uuid',
loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule',