diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 15:07:31 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 21:33:22 +0200 |
commit | 7aba23d13fe56835b07ebb00c0b4c2a929551ec3 (patch) | |
tree | e67f5a28ec12d6250231d2450354390cd8ae9ce0 /client/src/app/app.component.html | |
parent | 5284d4028c5db6e32b73b13731622ba477597561 (diff) | |
download | PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.tar.gz PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.tar.zst PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.zip |
wrap the hotkeys component to allow templating :art:
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 23ed04c2d..87de874bb 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div *ngIf="customCSS" [innerHTML]="customCSS"></div> | 1 | <div *ngIf="customCSS" [innerHTML]="customCSS"></div> |
2 | 2 | ||
3 | <hotkeys-cheatsheet></hotkeys-cheatsheet> | 3 | <my-hotkeys-cheatsheet></my-hotkeys-cheatsheet> |
4 | 4 | ||
5 | <div [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> | 5 | <div [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> |
6 | <div class="header"> | 6 | <div class="header"> |