]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Client: click on PeerTube title routes to videos list
authorChocobozzz <florian.bigard@gmail.com>
Thu, 21 Jul 2016 15:10:08 +0000 (17:10 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 21 Jul 2016 15:10:08 +0000 (17:10 +0200)
client/src/app/app.component.html
client/src/app/app.component.scss

index 0311179a842071da0e260dd2cfc109838585f95d..f2acffea4a2b1520169ebe5a25ff6a0047f81d65 100644 (file)
@@ -2,7 +2,9 @@
 
   <header class="row">
     <div class="col-md-2">
-      <h4>PeerTube</h4>
+      <h4 id="peertube-title">
+        <a [routerLink]="['/videos/list']">PeerTube</a>
+      </h4>
     </div>
 
     <div class="col-md-9">
index 1d42f2a04c762c75c223aaab821b6f40bde12a5e..1b02b2f5744965ba094f4cf0cfa55b46b789d752 100644 (file)
@@ -1,3 +1,12 @@
+#peertube-title a {
+  color: inherit !important;
+
+  &:hover {
+    color: inherit !important;
+    text-decoration: none !important;
+  }
+}
+
 header div {
   line-height: 25px;
   margin-bottom: 30px;