gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 289/459: fix


From: gnunet
Subject: [reclaim-ui] 289/459: fix
Date: Fri, 11 Jun 2021 23:26:21 +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 f6302ff0324f7aef63a45f54c57b7e676f3dc8dc
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 21:48:55 2020 +0200

    fix
---
 src/app/identity-list/identity-list.component.html | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index ad44e6f..29b072a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -136,15 +136,13 @@
         <span class="text-primary" *ngIf="isClientVerified()"><i class="fa 
fa-openid"></i> Share information from this identity</span>
         <span *ngIf="!isClientVerified()"><i class="fa 
fa-exclamation-circle"></i> Sharing disabled</span>
       </button>
-      <div style="margin-bottom: 1em; font-size: 1.5em" *ngIf="(0 < 
attributes[identity.pubkey]?.length)">
-        <span (click)="toggleSharingInfo(identity)" class="fa 
fa-exclamation-triangle ml-2 text-danger"></span><br/>
-        <div class="alert alert-warning fade show" 
*ngIf="isSharingInfoOpened(identity)">
-          Be careful when sharing personal data with third parties!<br>
-          If you do not want to share information from this identity, you may
-          decline the request or choose a different identity.<br/>
-          You may permanently remove information from the identity before
-          sharing.
-        </div>
+      <span (click)="toggleSharingInfo(identity)" class="fa fa-2x 
fa-question-circle ml-2 text-danger"></span><br/>
+      <div class="alert alert-warning fade show" 
*ngIf="isSharingInfoOpened(identity)">
+        Be careful when sharing personal data with third parties!<br>
+        If you do not want to share information from this identity, you may
+        decline the request or choose a different identity.<br/>
+        You may permanently remove information from the identity before
+        sharing.
       </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]