aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:40:28 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:43:52 +0100
commit8c966daab30dd2bc8fd9792a8e219d94f3d8e67c (patch)
tree3e08d4839c5ceafb99a04f6c4352509b5ff636d7 /client/src/app/+my-account/my-account-video-playlists
parentdf8914c9a2d6dbb435460b9e252a771cac47880b (diff)
downloadPeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.gz
PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.zst
PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.zip
Normalize create buttons
Diffstat (limited to 'client/src/app/+my-account/my-account-video-playlists')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html2
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
index 82321459f..89b8d19b8 100644
--- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
@@ -1,4 +1,4 @@
1<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create a new playlist</div> 1<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create playlist</div>
2 2
3<div *ngIf="error" class="alert alert-danger">{{ error }}</div> 3<div *ngIf="error" class="alert alert-danger">{{ error }}</div>
4 4
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
index dd6a0e55b..86844ce01 100644
--- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
@@ -5,7 +5,7 @@
5 5
6 <a class="create-button" routerLink="create"> 6 <a class="create-button" routerLink="create">
7 <my-global-icon iconName="add"></my-global-icon> 7 <my-global-icon iconName="add"></my-global-icon>
8 <ng-container i18n>Create a new playlist</ng-container> 8 <ng-container i18n>Create playlist</ng-container>
9 </a> 9 </a>
10</div> 10</div>
11 11