aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+error-page/error-page.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+error-page/error-page.component.html')
-rw-r--r--client/src/app/+error-page/error-page.component.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/+error-page/error-page.component.html b/client/src/app/+error-page/error-page.component.html
index 070985d3c..b8b9296a3 100644
--- a/client/src/app/+error-page/error-page.component.html
+++ b/client/src/app/+error-page/error-page.component.html
@@ -31,10 +31,7 @@
31 <ng-container *ngIf="type !== 'video'" i18n>You might need to login to see the resource.</ng-container> 31 <ng-container *ngIf="type !== 'video'" i18n>You might need to login to see the resource.</ng-container>
32 </div> 32 </div>
33 33
34 <a class="peertube-button-big-link orange-button mt-5" i18n routerLink="/login"> 34 <my-login-link className="peertube-button-big-link orange-button mt-5"></my-login-link>
35 Login
36 </a>
37
38 </div> 35 </div>
39 36
40 <div *ngIf="status === 403" class="box"> 37 <div *ngIf="status === 403" class="box">