aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-07 11:02:56 +0100
committerChocobozzz <me@florianbigard.com>2018-02-07 11:02:56 +0100
commit196b7790d60c0b374b45d061b9dcbde3ccb80b3e (patch)
tree94d7f3e8a2c8a7a450c3e8edf2f691dbbd5ce71a /client/src/app/videos/+video-watch/video-watch.component.html
parentfafc13fff164778161bb6bb0d3019e2b7a238243 (diff)
downloadPeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.tar.gz
PeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.tar.zst
PeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.zip
Fix title and action buttons in video watch
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.html2
1 files changed, 1 insertions, 1 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 74ead1b76..af90e22a1 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -44,7 +44,7 @@
44 <span class="icon icon-dislike" title="Dislike this video"></span> 44 <span class="icon icon-dislike" title="Dislike this video"></span>
45 </div> 45 </div>
46 46
47 <div (click)="showShareModal()" class="action-button"> 47 <div (click)="showShareModal()" class="action-button action-button-share">
48 <span class="icon icon-share"></span> 48 <span class="icon icon-share"></span>
49 Share 49 Share
50 </div> 50 </div>