Commit 5fd2f7158e7ec66555cd58a945e2ae2f4dd76d70

Authored by Zevs
1 parent bbb926f3

remove double negative

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/merge_requests/_commits.html.haml
1   -- unless @commits.empty?
  1 +- if @commits.present?
2 2 .ui-box
3 3 %h5 Commits (#{@commits.count})
4 4 .merge-request-commits
... ...