ACA-4600 Review comments implemented

This commit is contained in:
Shubham Bansal
2022-08-17 09:21:55 +00:00
parent 52e8f22fe9
commit 4f70e3f789
2 changed files with 4 additions and 1 deletions

View File

@@ -360,6 +360,7 @@
}, },
"USER_PROFILE": { "USER_PROFILE": {
"LABELS": { "LABELS": {
"MY_PROFILE": "My Profile",
"ECM": { "ECM": {
"JOB_TITLE": "Job Title" "JOB_TITLE": "Job Title"
}, },

View File

@@ -88,6 +88,9 @@
class="adf-userinfo__detail-profile"> {{ ecmUser.jobTitle ? ecmUser.jobTitle : 'N/A' }} </span> class="adf-userinfo__detail-profile"> {{ ecmUser.jobTitle ? ecmUser.jobTitle : 'N/A' }} </span>
</span> </span>
</div> </div>
<div class="adf-userinfo-detail">
<a class="adf-userinfo__detail-profile" href="#/profile">{{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}</a>
</div>
</div> </div>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
@@ -148,7 +151,6 @@
class="adf-userinfo__detail-title">{{identityUser | fullName}}</span> class="adf-userinfo__detail-title">{{identityUser | fullName}}</span>
<span class="adf-userinfo__detail-profile" <span class="adf-userinfo__detail-profile"
id="identity-email"> {{identityUser.email}} </span> id="identity-email"> {{identityUser.email}} </span>
<a class="adf-userinfo__detail-profile" href="#/profile">My Profile</a>
</div> </div>
</div> </div>
</mat-card-content> </mat-card-content>