]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.html
Fix instance name displaying with long text
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.html
index 1a808b39750b9436bf1aa8aa43785d93cbdc27de..dafc452668a8e9630df2491ca3cf58da48a546f2 100644 (file)
@@ -6,7 +6,7 @@
 
       <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage">
         <span class="icon icon-logo"></span>
-        PeerTube
+        <span class="instance-name">{{ instanceName }}</span>
       </a>
     </div>
 
@@ -27,8 +27,8 @@
       </div>
 
       <footer class="row">
-        <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>
+        <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube v{{ serverVersion }}</a> -
+        <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2018</a>
       </footer>
     </div>
   </div>