Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_work_item_links.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0de711136acd09602e29e00dc0b3535780d4809 (plain)
1
2
- if Feature.enabled?(:work_items_hierarchy, @project)
  .js-work-item-links-root{ data: { issuable_id: @issue.id, iid: @issue.iid, project_namespace: @project.namespace.path, project_path: @project.full_path, wi: work_items_index_data(@project) } }