gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 91/459: fix html


From: gnunet
Subject: [reclaim-ui] 91/459: fix html
Date: Fri, 11 Jun 2021 23:23:03 +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 edb3afc90815cdd15a59b11d3d157ad5aa6298de
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 20:14:01 2019 +0200

    fix html
---
 src/app/identity-list/identity-list.component.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index f68fd52..132e91a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -218,8 +218,9 @@
         <div>
           <span *ngIf="inOpenIdFlow() && !clientNameFound()"><i class="fa 
fa-circle-o-notch fa-spin fa-fw"></i> Verification in progress...</span>
           <button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow() 
|| isAttributeMissing(identity) || !clientNameFound()" 
(click)="loginIdentity(identity)" class="btn btn-primary mr-1 openid-login">
-            <span *ngIf="clientNameFound()" class="fa 
fa-exclamation-circle"></span> Share from this identity</button>
-            <span *ngIf="!clientNameFound()" class="fa fa-"></span> Sharing 
disabled</button>
+            <span *ngIf="clientNameFound()"><i class="fa fa-openid"></i> Share 
from this identity</span>
+            <span *ngIf="!clientNameFound()"><i class="fa 
fa-exclamation-circle"></i> Sharing disabled</span>
+          </button>
         </div>
       </div>
       <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]