diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 14:57:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-07 14:57:05 +0200 |
commit | db216afd980846c418a4ebab8190c3ead561dfc1 (patch) | |
tree | 4542ab1e5c9b4d750f5877e22b1de627892564d2 /client/src/app/videos/video-watch/video-watch.component.html | |
parent | 3092476e64d09b449b4ad4f5198024afec1b22ca (diff) | |
download | PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.tar.gz PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.tar.zst PeerTube-db216afd980846c418a4ebab8190c3ead561dfc1.zip |
Client: support video language
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 897561c14..a6ec7b20f 100644 --- a/client/src/app/videos/video-watch/video-watch.component.html +++ b/client/src/app/videos/video-watch/video-watch.component.html | |||
@@ -121,6 +121,13 @@ | |||
121 | </div> | 121 | </div> |
122 | </div> | 122 | </div> |
123 | 123 | ||
124 | <div id="video-language" class="row"> | ||
125 | <div class="col-md-12"> | ||
126 | <span id="language-label">Language:</span> | ||
127 | {{ video.languageLabel }} | ||
128 | </div> | ||
129 | </div> | ||
130 | |||
124 | <div id="video-description" class="row"> | 131 | <div id="video-description" class="row"> |
125 | <div class="col-md-12"> | 132 | <div class="col-md-12"> |
126 | <div id="description-label">Description</div> | 133 | <div id="description-label">Description</div> |