aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-10 09:24:50 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-10 09:24:50 +0200
commit7ca86c864e102b65e4ff3224a06554a66148fef8 (patch)
tree8554b9069257d94cf567981140a0881b566d8b3d /client/src/app/core
parent6599f096d5a26f2cc9624359d92cc501ec189586 (diff)
downloadPeerTube-7ca86c864e102b65e4ff3224a06554a66148fef8.tar.gz
PeerTube-7ca86c864e102b65e4ff3224a06554a66148fef8.tar.zst
PeerTube-7ca86c864e102b65e4ff3224a06554a66148fef8.zip
Client: add guard to admin routes
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/confirm/confirm.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html
index 8e5443c6a..2726af6cc 100644
--- a/client/src/app/core/confirm/confirm.component.html
+++ b/client/src/app/core/confirm/confirm.component.html
@@ -3,7 +3,7 @@
3 <div class="modal-content"> 3 <div class="modal-content">
4 4
5 <div class="modal-header"> 5 <div class="modal-header">
6 <button type="button" class="close" aria-label="Close" (click)="abort()"> 6 <button type="button" class="close" aria-label="Close" (click)="cancel()">
7 <span aria-hidden="true">&times;</span> 7 <span aria-hidden="true">&times;</span>
8 </button> 8 </button>
9 <h4 class="modal-title">{{ title }}</h4> 9 <h4 class="modal-title">{{ title }}</h4>