mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
ACA-4600 Review comments implemented
This commit is contained in:
@@ -360,6 +360,7 @@
|
|||||||
},
|
},
|
||||||
"USER_PROFILE": {
|
"USER_PROFILE": {
|
||||||
"LABELS": {
|
"LABELS": {
|
||||||
|
"MY_PROFILE": "My Profile",
|
||||||
"ECM": {
|
"ECM": {
|
||||||
"JOB_TITLE": "Job Title"
|
"JOB_TITLE": "Job Title"
|
||||||
},
|
},
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user