]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Client: add github and licence link in footer
authorChocobozzz <florian.bigard@gmail.com>
Sun, 23 Apr 2017 20:22:41 +0000 (22:22 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 26 Apr 2017 19:23:19 +0000 (21:23 +0200)
client/src/app/app.component.html

index deccb2810d636f95fc29f3d416a42481df4906e3..04cdbb1f83cbdf230361dc61c205c90440e0a874 100644 (file)
@@ -26,7 +26,8 @@
       </div>
 
       <footer class="row">
-        PeerTube, CopyLeft 2015-2017
+        <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube</a> -
+        <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2017</a>
       </footer>
     </div>
   </div>