diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-21 17:10:08 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-21 17:10:08 +0200 |
commit | 798442f6655c5f699341e158cb6ec87c40db2c6b (patch) | |
tree | 2a702a0d9e5af8bfd27c2059a78fcb667b8807f0 /client/src/app/app.component.html | |
parent | 1e128cdbb905958ade3fb3f707411c44b9289b6a (diff) | |
download | PeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.tar.gz PeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.tar.zst PeerTube-798442f6655c5f699341e158cb6ec87c40db2c6b.zip |
Client: click on PeerTube title routes to videos list
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 0311179a8..f2acffea4 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -2,7 +2,9 @@ | |||
2 | 2 | ||
3 | <header class="row"> | 3 | <header class="row"> |
4 | <div class="col-md-2"> | 4 | <div class="col-md-2"> |
5 | <h4>PeerTube</h4> | 5 | <h4 id="peertube-title"> |
6 | <a [routerLink]="['/videos/list']">PeerTube</a> | ||
7 | </h4> | ||
6 | </div> | 8 | </div> |
7 | 9 | ||
8 | <div class="col-md-9"> | 10 | <div class="col-md-9"> |