gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 351/459: make parser happy


From: gnunet
Subject: [reclaim-ui] 351/459: make parser happy
Date: Fri, 11 Jun 2021 23:27:23 +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 34ec6954c514406a0cb2c17e9f2a64a1defc0959
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Oct 19 17:42:40 2020 +0200

    make parser happy
---
 src/app/edit-identity/edit-identity.component.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index af6fe74..ad71ec5 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -29,7 +29,7 @@
             </div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(claim)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="claim.value">
-              <span *ngIf="isClaimCred(claim)"  
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false }})}}</span>
+              <span *ngIf="isClaimCred(claim)"  
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false } }) }}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" (click)="deleteAttribute(claim)" 
*ngIf="!isClaimCred(claim)">
@@ -70,7 +70,7 @@
                 <i *ngIf="isClaimRequested(claim)" class="fa 
fa-openid"></i><b> {{ getDescription(claim) }}</b></div></div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(claim)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="claim.value">
-              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false }})}}</span>
+              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false } }) }}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" (click)="deleteAttribute(claim)" 
*ngIf="!isClaimCred(claim)">
@@ -113,7 +113,7 @@
                 <i *ngIf="isClaimRequested(claim)" class="fa 
fa-openid"></i><b> {{ getDescription(claim) }}</b></div></div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(claim)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="claim.value">
-              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", { CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false }})}}</span>
+              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", { CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false } }) }}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" (click)="deleteAttribute(claim)" 
*ngIf="!isClaimCred(claim)">
@@ -155,7 +155,7 @@
                 <i *ngIf="isClaimRequested(claim)" class="fa 
fa-openid"></i><b> {{ getDescription(claim) }}</b></div></div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(claim)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="claim.value">
-              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", { CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false }})}}</span>
+              <span *ngIf="isClaimCred(claim)" 
>{{getMessage("edit_identity_html@claimAsAttribute", { CREDVALUE: 
getCredValue(claim), ISSUER: getIssuer(claim), CLAIMVALUE: claim.value, 
interpolation: { escapeValue: false } }) }}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" (click)="deleteAttribute(claim)" 
*ngIf="!isClaimCred(claim)">
@@ -252,7 +252,7 @@
             </div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(attribute)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="attribute.value">
-              <span *ngIf="isClaimCred(attribute)" 
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(attribute), ISSUER: getIssuer(attribute), CLAIMVALUE: 
attribute.value, interpolation: { escapeValue: false }})}}</span>
+              <span *ngIf="isClaimCred(attribute)" 
>{{getMessage("edit_identity_html@claimAsAttribute", {CREDVALUE: 
getCredValue(attribute), ISSUER: getIssuer(attribute), CLAIMVALUE: 
attribute.value, interpolation: { escapeValue: false } }) }}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" 
(click)="deleteAttribute(attribute)" *ngIf="!isClaimCred(attribute)">

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