U4-10175 - fix 'edit user' link

This commit is contained in:
Stephan
2017-07-27 12:37:09 +02:00
parent 52a46a2fe0
commit 4569a52806
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<h5><localize key="user_yourProfile" /></h5>
<a href="#/users/framed/%252Fumbraco%252Fusers%252Fedituser.aspx%253Fid%253D{{user.id}}"
<a href="#/users/users/user/{{user.id}}"
class="btn btn-primary"
ng-click="close()"
ng-if="canEditProfile">

View File

@@ -12,7 +12,7 @@
<umb-button
type="link"
href="#/users/framed/%252Fumbraco%252Fusers%252Fedituser.aspx%253Fid%253D{{user.id}}"
href="#/users/users/user/{{user.id}}"
action="model.close()"
button-style="primary"
label="Edit"
@@ -97,7 +97,7 @@
ng-submit="changePassword()"
novalidate
val-form-manager>
<change-password password-values="changePasswordModel.value"
config="changePasswordModel.config">
</change-password>