aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/custom-stepper.component.html
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2020-12-03 07:59:37 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-12-03 09:54:41 +0100
commit09c55770bcc96785fb1f199b4cd8ce66b545486a (patch)
tree04a94f68b48539ae6f541fa3dc72a97ef9235540 /client/src/app/+signup/+register/custom-stepper.component.html
parentffc12d3ad5b832602b1098cd3d601feeb618af7c (diff)
downloadPeerTube-09c55770bcc96785fb1f199b4cd8ce66b545486a.tar.gz
PeerTube-09c55770bcc96785fb1f199b4cd8ce66b545486a.tar.zst
PeerTube-09c55770bcc96785fb1f199b4cd8ce66b545486a.zip
register: hide channel step if upload quota is 0
fix #782
Diffstat (limited to 'client/src/app/+signup/+register/custom-stepper.component.html')
-rw-r--r--client/src/app/+signup/+register/custom-stepper.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/custom-stepper.component.html b/client/src/app/+signup/+register/custom-stepper.component.html
index 57374d41e..4cfe54152 100644
--- a/client/src/app/+signup/+register/custom-stepper.component.html
+++ b/client/src/app/+signup/+register/custom-stepper.component.html
@@ -1,5 +1,5 @@
1<section class="container"> 1<section class="container">
2 <header> 2 <header *ngIf="steps.length > 2">
3 <ng-container *ngFor="let step of steps; let i = index; let isLast = last;"> 3 <ng-container *ngFor="let step of steps; let i = index; let isLast = last;">
4 <div 4 <div
5 class="step-info" [ngClass]="{ active: selectedIndex === i, completed: isCompleted(step) }" [attr.aria-current]="selectedIndex === i" 5 class="step-info" [ngClass]="{ active: selectedIndex === i, completed: isCompleted(step) }" [attr.aria-current]="selectedIndex === i"