]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/follows.component.html
Add i18n attributes
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
CommitLineData
e600e1fe 1<div class="admin-sub-header">
b1d40cff 2 <div i18n class="form-sub-title">Manage follows</div>
e600e1fe 3
51548b31
C
4 <tabset #followsMenuTabs>
5 <tab *ngFor="let link of links">
6 <ng-template tabHeading>
7 <a class="tab-link" [routerLink]="link.path">{{ link.title }}</a>
8 </ng-template>
9 </tab>
10 </tabset>
11</div>
12
13<router-outlet></router-outlet>