mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
In my account -> in my library
This commit is contained in:
parent
5ed46c1bce
commit
f0048d5edd
@ -92,8 +92,8 @@
|
||||
<a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="create-account-button">Create an account</a>
|
||||
</div>
|
||||
|
||||
<div *ngIf="isLoggedIn" class="in-my-account">
|
||||
<div i18n class="block-title">IN MY ACCOUNT</div>
|
||||
<div *ngIf="isLoggedIn" class="in-my-library">
|
||||
<div i18n class="block-title">IN MY LIBRARY</div>
|
||||
|
||||
<a *ngIf="user.canSeeVideosLink" routerLink="/my-library/videos" routerLinkActive="active">
|
||||
<my-global-icon iconName="videos" aria-hidden="true"></my-global-icon>
|
||||
|
@ -209,7 +209,7 @@ menu {
|
||||
}
|
||||
}
|
||||
|
||||
.in-my-account,
|
||||
.in-my-library,
|
||||
.on-instance,
|
||||
.footer-block {
|
||||
margin-bottom: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user