aboutsummaryrefslogtreecommitdiff
path: root/src/app/edit-identity/edit-identity.component.html
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-01-05 17:50:49 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2021-01-05 17:50:49 +0900
commit482d673af9f9afbcb1247c0c972ba761892f8383 (patch)
treed5539ea41996a6c400c9192d963d8ec40e2c97fc /src/app/edit-identity/edit-identity.component.html
parentd60ba56630eb1503dad692d77af0774a6fa1ad88 (diff)
downloadreclaim-ui-482d673af9f9afbcb1247c0c972ba761892f8383.tar.gz
reclaim-ui-482d673af9f9afbcb1247c0c972ba761892f8383.zip
use share icon
Diffstat (limited to 'src/app/edit-identity/edit-identity.component.html')
-rw-r--r--src/app/edit-identity/edit-identity.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/edit-identity/edit-identity.component.html b/src/app/edit-identity/edit-identity.component.html
index bc770e5..9780e62 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -235,7 +235,7 @@
235 [class.alert-danger]="newAttribute.name === claim.name" 235 [class.alert-danger]="newAttribute.name === claim.name"
236 *ngFor="let claim of attributes"> 236 *ngFor="let claim of attributes">
237 <div class="col-sm"> 237 <div class="col-sm">
238 <i *ngIf="isClaimRequested(claim)" class="fab fa-openid"></i><b> {{ getDescription(claim) }}</b> 238 <i *ngIf="isClaimRequested(claim)" class="fa fa-share-alt"></i><b> {{ getDescription(claim) }}</b>
239 </div> 239 </div>
240 <div class="col-sm" style="display:flex;"> 240 <div class="col-sm" style="display:flex;">
241 <div style="flex:1;" *ngIf="claim == claimInEdit"> 241 <div style="flex:1;" *ngIf="claim == claimInEdit">
@@ -304,7 +304,7 @@
304 {{ getMessage("identity_list_html@sharingDisabled") }}</span> 304 {{ getMessage("identity_list_html@sharingDisabled") }}</span>
305 </button> 305 </button>
306 <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" [routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'"> 306 <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" [routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'">
307 <span class="fab fa-openid"></span> 307 <span class="fa fa-share-alt"></span>
308 {{ getMessage("edit_identity_html@manageAuths") }} 308 {{ getMessage("edit_identity_html@manageAuths") }}
309 </button> 309 </button>
310 <button *ngIf="!inOpenIdFlow() && isExperimental()" class="btn btn-primary" [routerLink]="['/edit-credentials', identity.name]" [style.float]="'right'"> 310 <button *ngIf="!inOpenIdFlow() && isExperimental()" class="btn btn-primary" [routerLink]="['/edit-credentials', identity.name]" [style.float]="'right'">