summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2017-09-18 20:41:05 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-09-19 15:12:55 +0200
commit8c5f51d15aef9307ffd929e3fefb9bf3948678ab (patch)
treed1dd0638e0dc2166360b7f25159cf0e829575916
parent30313d3745179bd2c65931b933cd3490afd93f8c (diff)
downloadgitlab-ce-8c5f51d15aef9307ffd929e3fefb9bf3948678ab.tar.gz
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