diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-06 11:07:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-06 11:07:30 +0100 |
commit | 3d216ea0f74cfa47312b97bae0e24885b563dd6d (patch) | |
tree | 9082c1a14f66039d5516f48521de02cdd2365dd0 /client/src/app/+about | |
parent | 941c5eac1751ef93500d6afa58c4575f777dbff9 (diff) | |
download | PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.tar.gz PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.tar.zst PeerTube-3d216ea0f74cfa47312b97bae0e24885b563dd6d.zip |
Fix dropdown on video miniature for unlogged users
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-peertube/about-peertube.component.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index 5c63052d8..c6f21d35a 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html | |||
@@ -18,6 +18,11 @@ | |||
18 | </p> | 18 | </p> |
19 | </div> | 19 | </div> |
20 | 20 | ||
21 | <div class="documentation"> | ||
22 | |||
23 | |||
24 | </div> | ||
25 | |||
21 | <div class="privacy-contributors"> | 26 | <div class="privacy-contributors"> |
22 | <my-about-peertube-contributors></my-about-peertube-contributors> | 27 | <my-about-peertube-contributors></my-about-peertube-contributors> |
23 | 28 | ||