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:
-rw-r--r--app/views/merge_requests/_commits.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/merge_requests/_commits.html.haml b/app/views/merge_requests/_commits.html.haml
index ad3cba2b822..bad328b6792 100644
--- a/app/views/merge_requests/_commits.html.haml
+++ b/app/views/merge_requests/_commits.html.haml
@@ -1,4 +1,4 @@
-- if @commits.present?
+- unless @commits.empty?
.ui-box
%h5 Commits (#{@commits.count})
.merge-request-commits