]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+video-channels/video-channel-about/video-channel-about.component.html
Add link to the channel page in watch page
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-about / video-channel-about.component.html
CommitLineData
170726f5 1<div *ngIf="videoChannel" class="row">
0626e7af
C
2 <div class="description col-md-6 col-sm-12">
3 <div class="small-title">Description</div>
170726f5 4 <div class="content">{{ getVideoChannelDescription() }}</div>
0626e7af
C
5 </div>
6
7 <div class="stats col-md-6 col-sm-12">
8 <div class="small-title">Stats</div>
9
170726f5 10 <div class="content">Created {{ videoChannel.createdAt | date }}</div>
0626e7af
C
11 </div>
12</div>