aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html')
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html
index 6bc201f32..203e9ce62 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html
@@ -74,10 +74,7 @@
74 (click)="hideModals()" (key.enter)="hideModals()" 74 (click)="hideModals()" (key.enter)="hideModals()"
75 > 75 >
76 76
77 <input 77 <my-login-link i18n-label label="Login to comment" className="peertube-button-link orange-button"></my-login-link>
78 type="submit" i18n-value value="Login to comment" class="peertube-button orange-button"
79 (click)="gotoLogin()"
80 >
81 </div> 78 </div>
82</ng-template> 79</ng-template>
83 80