gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 123/459: move cancel button


From: gnunet
Subject: [reclaim-ui] 123/459: move cancel button
Date: Fri, 11 Jun 2021 23:23:35 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 9e7882e38e4db76a369fbd76b4c98385b846dc47
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 15 16:33:54 2019 +0200

    move cancel button
---
 src/app/identity-list/identity-list.component.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 5e312dd..898a5a3 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -46,6 +46,13 @@
   </div>
 </oid-modal>
 
+<!-- Cancel authorization -->
+<div *ngIf="inOpenIdFlow() && !isAddIdentity() && (null == identityInEdit) && 
clientNameFound" style="margin-bottom: 1em; text-align: center;">
+  <button class="btn btn-danger mt-4" (click)="cancelRequest()">
+    <span class="fa fa-ban"></span> Decline and return to website
+  </button>
+</div>
+
 <!-- No identities present -->
 <div *ngIf="isConnected() && 0 == identities.length && !isAddIdentity()" 
style="text-align: center;" class="alert alert-secondary alert-dismissible fade 
show" role="alert">
   You don't have any identities yet.<br/><br/>
@@ -310,9 +317,3 @@
     <span class="fa fa-plus"></span> Add identity
   </button>
 </div>
-<!-- Cancel authorization -->
-<div *ngIf="inOpenIdFlow() && !isAddIdentity() && (null == identityInEdit) && 
clientNameFound" style="margin-bottom: 1em; text-align: center;">
-  <button class="btn btn-danger mt-4" (click)="cancelRequest()">
-    <span class="fa fa-ban"></span> Decline and return to website
-  </button>
-</div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]