summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_work_item_links.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_work_item_links.html.haml')
-rw-r--r--app/views/projects/issues/_work_item_links.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/_work_item_links.html.haml b/app/views/projects/issues/_work_item_links.html.haml
new file mode 100644
index 00000000000..55a8eb720b6
--- /dev/null
+++ b/app/views/projects/issues/_work_item_links.html.haml
@@ -0,0 +1,2 @@
+- if Feature.enabled?(:work_items_hierarchy, @project)
+ .js-work-item-links-root{ data: { issuable_id: @issue.id } }