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

_linked_resources.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: 6b3ea46c0669a4d292b2916d73af32ff825beb0b (plain)
1
2
3
4
- if Feature.enabled?(:incident_resource_links_widget, @project) && can?(current_user, :read_issuable_resource_link, @issue)
  .js-linked-resources-root{ data: { issuable_id: @issue.id,
    can_add_resource_links: "#{can?(current_user, :admin_issuable_resource_link, @issue)}",
    help_path: help_page_path('user/project/issues/related_issues')} }