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 .ui-box 2 .ui-box
3 %h5 Commits (#{@commits.count}) 3 %h5 Commits (#{@commits.count})
4 .merge-request-commits 4 .merge-request-commits