Skip to content

Commit 029f652

Browse files
committed
fixed profile navigation issue in edit widget page
1 parent 264b4fd commit 029f652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/assignment/views/widget/widget-edit.view.client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="container-fluid">
4141
<div class="row navbar-footer">
4242
<p class="navbar-text pull-right">
43-
<a href="../user/profile.view.client.html">
43+
<a href="#/user/{{model.userId}}">
4444
<span class="glyphicon glyphicon-user"></span>
4545
</a>
4646
</p>

0 commit comments

Comments
 (0)