summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/sidebar/_assignee.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/boards/components/sidebar/_assignee.html.haml')
-rw-r--r--app/views/projects/boards/components/sidebar/_assignee.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/sidebar/_assignee.html.haml b/app/views/projects/boards/components/sidebar/_assignee.html.haml
index b90db421af0..604e13858d1 100644
--- a/app/views/projects/boards/components/sidebar/_assignee.html.haml
+++ b/app/views/projects/boards/components/sidebar/_assignee.html.haml
@@ -11,7 +11,7 @@
\-
%a.js-assign-yourself{ href: "#" }
assign yourself
- %a.author_link.bold{ href: "",
+ %a.author_link.bold{ ":href" => "'#{root_url}' + issue.assignee.username",
"v-if" => "issue.assignee" }
%img.avatar.avatar-inline.s32{ ":src" => "issue.assignee.avatar",
width: "32" }