]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/friends/friend-list/friend-list.component.html
Client: responsive design
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / friend-list / friend-list.component.html
CommitLineData
dfe3ec6b
C
1<h3>Friends list</h3>
2
28798b5d 3<ng2-smart-table [settings]="tableSettings" [source]="friendsSource"></ng2-smart-table>
e2f555ca 4
383bfc83 5<a *ngIf="hasFriends()" class="btn btn-danger pull-left" (click)="quitFriends()">
e2f555ca
C
6 Quit friends
7</a>
8
383bfc83 9<a *ngIf="!hasFriends()" class="btn btn-success pull-right" [routerLink]="['/admin/friends/add']">
e2f555ca
C
10 Make friends
11</a>