]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/admin/friends/friends.routes.ts
Client: split in angular modules
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / friends / friends.routes.ts
index 7fdef68f90585eb361f85c5882b63f3188c298b4..a9a06539b55ecf507cf4c81a392823b038ef7b04 100644 (file)
@@ -16,11 +16,21 @@ export const FriendsRoutes: Routes = [
         },
         {
           path: 'list',
-          component: FriendListComponent
+          component: FriendListComponent,
+          data: {
+            meta: {
+              titleSuffix: ' - Friends list'
+            }
+          }
         },
         {
           path: 'add',
-          component: FriendAddComponent
+          component: FriendAddComponent,
+          data: {
+            meta: {
+              titleSuffix: ' - Add friends'
+            }
+          }
         }
       ]
     }