Client: click on PeerTube title routes to videos list

pull/10/head
Chocobozzz 2016-07-21 17:10:08 +02:00
parent 1e128cdbb9
commit 798442f665
2 changed files with 12 additions and 1 deletions

View 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">

View 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;