Skip to content

Commit 439e1b5

Browse files
author
Nikolaj Geisle
committed
Updated User after merge
1 parent a54a76e commit 439e1b5

File tree

1 file changed

+2
-3
lines changed
  • src/Umbraco.Web.UI.Client/src/views/common/overlays/user

1 file changed

+2
-3
lines changed

src/Umbraco.Web.UI.Client/src/views/common/overlays/user/user.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ <h5>
66
</h5>
77

88
<umb-button
9-
action="model.close()"
9+
action="editUser()"
1010
alias="editUser"
1111
button-style="action"
12-
href="#/users/users/user/{{user.id}}"
1312
label="Edit"
1413
label-key="general_edit"
1514
ng-if="canEditProfile"
16-
type="link">
15+
type="button">
1716
</umb-button>
1817

1918
<umb-button

0 commit comments

Comments
 (0)