diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-22 21:15:55 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-22 21:25:24 +0100 |
commit | 6e07c3de88791a0b342e0cc319590048117f9c2d (patch) | |
tree | 049f88d3f6d3ec0aeea09702a583deb86d6ef78f /client/src/app/videos/video-watch/video-watch.component.html | |
parent | 2d7653dc8726185615bab66353c4e3fb8fbb5a5f (diff) | |
download | PeerTube-6e07c3de88791a0b342e0cc319590048117f9c2d.tar.gz PeerTube-6e07c3de88791a0b342e0cc319590048117f9c2d.tar.zst PeerTube-6e07c3de88791a0b342e0cc319590048117f9c2d.zip |
Add video category support
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.html')
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.html b/client/src/app/videos/video-watch/video-watch.component.html index 67094359e..e754d69e5 100644 --- a/client/src/app/videos/video-watch/video-watch.component.html +++ b/client/src/app/videos/video-watch/video-watch.component.html | |||
@@ -107,6 +107,13 @@ | |||
107 | </div> | 107 | </div> |
108 | </div> | 108 | </div> |
109 | 109 | ||
110 | <div id="video-category" class="row"> | ||
111 | <div class="col-md-12"> | ||
112 | <span id="category-label">Category:</span> | ||
113 | {{ video.categoryLabel }} | ||
114 | </div> | ||
115 | </div> | ||
116 | |||
110 | <div id="video-description" class="row"> | 117 | <div id="video-description" class="row"> |
111 | <div class="col-md-12"> | 118 | <div class="col-md-12"> |
112 | <div id="description-label">Description</div> | 119 | <div id="description-label">Description</div> |