mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +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": {
|
"BPM": {
|
||||||
"TENANT": "Tenant"
|
"TENANT": "Tenant"
|
||||||
}
|
},
|
||||||
|
"MY_PROFILE": "My Profile"
|
||||||
},
|
},
|
||||||
"TAB": {
|
"TAB": {
|
||||||
"CS": "Content Services",
|
"CS": "Content Services",
|
||||||
|
@ -80,6 +80,8 @@
|
|||||||
<span id="ecm-full-name"
|
<span id="ecm-full-name"
|
||||||
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
|
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
|
||||||
<span class="adf-userinfo__detail-profile" id="ecm-email"> {{ecmUser.email}} </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>
|
||||||
<div class="adf-userinfo-detail">
|
<div class="adf-userinfo-detail">
|
||||||
<span class="adf-userinfo__secondary-info" id="ecm-job-title-label">
|
<span class="adf-userinfo__secondary-info" id="ecm-job-title-label">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user