mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
ACA-4600 Added edit profile link (#7739)
* ACA-4600 Added edit profile link
This commit is contained in:
parent
11e793257f
commit
07762308f5
@ -365,7 +365,8 @@
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Tenant"
|
||||
}
|
||||
},
|
||||
"MY_PROFILE": "My Profile"
|
||||
},
|
||||
"TAB": {
|
||||
"CS": "Content Services",
|
||||
|
@ -80,6 +80,8 @@
|
||||
<span id="ecm-full-name"
|
||||
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
|
||||
<span class="adf-userinfo__detail-profile" id="ecm-email"> {{ecmUser.email}} </span>
|
||||
<a class="adf-userinfo__detail-profile" href="#/profile">
|
||||
{{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}</a>
|
||||
</div>
|
||||
<div class="adf-userinfo-detail">
|
||||
<span class="adf-userinfo__secondary-info" id="ecm-job-title-label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user