gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 286/459: fix


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

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

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 61c000a..59f4d7a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -112,8 +112,8 @@
                 </div>
               </td>
               <td>
-                <div *ngIf="getAttributeValue(attribute).length <= 20" 
style="min-width: 15em">{{getAttributeValue(attribute)}}</div>
-                <div *ngIf="getAttributeValue(attribute).length > 20" 
style="min-width: 15em">{{getAttributeValue(attribute).substring(0, 15)}}<span 
style="color:#eee">[...]</span></div>
+                <div *ngIf="getAttributeValue(identity, attribute).length <= 
20" style="min-width: 15em">{{getAttributeValue(identity, attribute)}}</div>
+                <div *ngIf="getAttributeValue(identity, attribute).length > 
20" style="min-width: 15em">{{getAttributeValue(identity, 
attribute).substring(0, 20)}}<span style="color:#eee">[...]</span></div>
               </td>
             </tr>
             <tr *ngIf="(openIdentity != identity) && 
hasLotsOfAttributes(identity)">

-- 
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]