aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/follows.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-14 16:01:54 +0200
committerChocobozzz <me@florianbigard.com>2018-08-14 18:01:22 +0200
commit65b247ddc75aa9f131af86dde21c8d958f7f4b39 (patch)
treef93b5796aba61e6b2ac23f4d02afe6845ecc9662 /client/src/app/+admin/follows/follows.component.html
parenteed24d26db4c8363d5e5874841ee0c4f5fa275a8 (diff)
downloadPeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.tar.gz
PeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.tar.zst
PeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.zip
Improve follow component routing
Diffstat (limited to 'client/src/app/+admin/follows/follows.component.html')
-rw-r--r--client/src/app/+admin/follows/follows.component.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/client/src/app/+admin/follows/follows.component.html b/client/src/app/+admin/follows/follows.component.html
index 8eabb3392..21d477132 100644
--- a/client/src/app/+admin/follows/follows.component.html
+++ b/client/src/app/+admin/follows/follows.component.html
@@ -1,15 +1,13 @@
1<div class="admin-sub-header"> 1<div class="admin-sub-header">
2 <div i18n class="form-sub-title">Manage follows</div> 2 <div i18n class="form-sub-title">Manage follows</div>
3 3
4 <ngb-tabset #followsMenuTabs type="pills"> 4 <div class="admin-sub-nav">
5 <a i18n routerLink="following-list" routerLinkActive="active">Following</a>
5 6
6 <ngb-tab *ngFor="let link of links"> 7 <a i18n routerLink="following-add" routerLinkActive="active">Follow</a>
7 <ng-template ngbTabTitle>
8 <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
9 </ng-template>
10 </ngb-tab>
11 8
12 </ngb-tabset> 9 <a i18n routerLink="followers-list" routerLinkActive="active">Followers</a>
10 </div>
13</div> 11</div>
14 12
15<router-outlet></router-outlet> 13<router-outlet></router-outlet> \ No newline at end of file