aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Libeau <DavidLibeau@users.noreply.github.com>2018-03-19 14:06:14 +0000
committerChocobozzz <me@florianbigard.com>2018-03-19 15:06:14 +0100
commit9d145133d82c11edfb2781871076b7063cc3ae3d (patch)
tree53d386eb5d5e430dab07fc9199aae0eefb0abd03
parent5d00a3d7aa4309f1da5ac7d6e3ed63181eb34952 (diff)
downloadPeerTube-9d145133d82c11edfb2781871076b7063cc3ae3d.tar.gz
PeerTube-9d145133d82c11edfb2781871076b7063cc3ae3d.tar.zst
PeerTube-9d145133d82c11edfb2781871076b7063cc3ae3d.zip
target="_blank" and fix footer (#361)
* target="_blank" and fix footer * Add rel="noopener noreferrer"
-rw-r--r--client/src/app/app.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 0e1882ad3..268fa84a6 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -29,8 +29,8 @@
29 </div> 29 </div>
30 30
31 <footer class="row"> 31 <footer class="row">
32 <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube v{{ serverVersion }}</a> - 32 <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a> -
33 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2018</a> 33 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a>
34 </footer> 34 </footer>
35 </div> 35 </div>
36 </div> 36 </div>