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:
authorbikebilly <fabio@gitlab.com>2017-09-18 21:41:05 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-09-19 16:12:55 +0300
commit8c5f51d15aef9307ffd929e3fefb9bf3948678ab (patch)
treed1dd0638e0dc2166360b7f25159cf0e829575916
parent30313d3745179bd2c65931b933cd3490afd93f8c (diff)
Enhance reuse in MR
-rw-r--r--app/views/projects/merge_requests/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/index.html.haml b/app/views/projects/merge_requests/index.html.haml
index 9ab5347101e..968ec7d9abf 100644
--- a/app/views/projects/merge_requests/index.html.haml
+++ b/app/views/projects/merge_requests/index.html.haml
@@ -17,6 +17,7 @@
%div{ class: container_class }
- if show_auto_devops_callout?(@project)
= render 'shared/auto_devops_callout'
+
- if @project.merge_requests.exists?
.top-area
= render 'shared/issuable/nav', type: :merge_requests