summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 162c7787c55..d6328216dae 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -152,5 +152,5 @@
:javascript
new MilestoneSelect();
new LabelsSelect();
- new IssuableContext();
+ new IssuableContext('#{current_user.to_json(only: [:username, :id, :name])}');
new Subscription('.subscription') \ No newline at end of file