summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZevs <vsv2711@gmail.com>2012-06-21 00:21:13 +0300
committerZevs <vsv2711@gmail.com>2012-06-21 00:21:13 +0300
commit5fd2f7158e7ec66555cd58a945e2ae2f4dd76d70 (patch)
tree5c142bf414338739ff6d023586849b88fb720c77
parentbbb926f3c49ea32320ec2e000e03a9d45b94197b (diff)
downloadgitlab-ce-5fd2f7158e7ec66555cd58a945e2ae2f4dd76d70.tar.gz
remove double negative
-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 3c0c44e069a..78fe1a062d3 100644
--- a/app/views/merge_requests/_commits.html.haml
+++ b/app/views/merge_requests/_commits.html.haml
@@ -1,4 +1,4 @@
-- unless @commits.empty?
+- if @commits.present?
.ui-box
%h5 Commits (#{@commits.count})
.merge-request-commits