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:
authorDonald Cook <dcook@gitlab.com>2019-04-24 11:51:43 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-04-24 11:51:43 +0300
commit3718a15730e59161f52e18264bd20928a032a0f9 (patch)
treefcd60a8fe2bd0d797de52868f81bb0c02b695d69
parent01df499731f0c05fb51bf3cda4938c42884e37c4 (diff)
CE backport: "Move EE differences for
app/views/projects/issues/show.html.haml"
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 57d13b99b21..0bf664d5b66 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -77,6 +77,8 @@
= edited_time_ago_with_tooltip(@issue, placement: 'bottom', html_class: 'issue-edited-ago js-issue-edited-ago')
+ = render_if_exists 'projects/issues/related_issues'
+
#js-related-merge-requests{ data: { endpoint: expose_url(api_v4_projects_issues_related_merge_requests_path(id: @project.id, issue_iid: @issue.iid)), project_namespace: @project.namespace.path, project_path: @project.path } }
- if can?(current_user, :download_code, @project)