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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-15 12:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-15 12:10:09 +0300
commit9bd7e5997e1452257e3861555c151764cf0574d7 (patch)
treea5c429831f37884520e0dfbacfc89bb616dc5577 /app/views/projects/issues
parent4b41b57abf3ad9c2e0e81b3804cb01af6f879349 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_linked_resources.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/issues/_linked_resources.html.haml b/app/views/projects/issues/_linked_resources.html.haml
deleted file mode 100644
index 6b3ea46c066..00000000000
--- a/app/views/projects/issues/_linked_resources.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-- 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')} }