gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 360/459: clean up


From: gnunet
Subject: [reclaim-ui] 360/459: clean up
Date: Fri, 11 Jun 2021 23:27:32 +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 758ce83a8ca5448725a7dac77208beb99d81ea6f
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Wed Oct 28 13:07:59 2020 +0100

    clean up
---
 src/app/edit-identity/edit-identity.component.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index 348b7fc..44f8b3d 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -282,14 +282,14 @@
             <div class="form-group col-sm" name="newAttribute">
 
               <div *ngIf="isExperimental()" name="newAttribute">
-                <div class="form-check form-check-inline active">
-                  <input class="form-check-input active" type="radio" 
name="newAttribute" [(ngModel)]="newAttribute.flag" id="plain" [value]="0" 
checked>
-                  <label class="form-check-label active" for="plain" checked>
+                <div class="form-check form-check-inline">
+                  <input class="form-check-input" type="radio" 
name="newAttribute" [(ngModel)]="newAttribute.flag" id="plain" [value]="0" 
checked>
+                  <label class="form-check-label" for="plain">
                     {{ getMessage("edit_identity_html@plain") }}
                   </label>
                 </div>
                 <div class="form-check form-check-inline">
-                  <input class="form-check-input" type="radio" 
name="credential" [(ngModel)]="newAttribute.flag" id="credential" [value]="1">
+                  <input class="form-check-input" type="radio" 
name="newAttribute" [(ngModel)]="newAttribute.flag" id="credential" [value]="1">
                   <label class="form-check-label" for="credential">
                     {{ getMessage("edit_identity_html@credential") }}
                   </label>

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