summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-19 20:49:36 -0400
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 09:53:14 -0400
commit201101dfff831fc3c05475b7219d2870ca700fa5 (patch)
treefb5b97855c1cbbe66544b3681815a90b80a74889 /app/views/shared
parent5db2622aeafe40bf6027bb45592f2fda5bfec396 (diff)
downloadgitlab-ce-201101dfff831fc3c05475b7219d2870ca700fa5.tar.gz
Add Assign to me button and unassigned.
Diffstat (limited to 'app/views/shared')
-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