gitlabhq/app/views/merge_requests/_commits.html.haml

7 lines
133 B
Plaintext
Raw Normal View History

2011-11-28 21:16:57 +01:00
- if @commits.size > 0
2012-01-29 11:04:09 +01:00
.merge-request-commits
2012-02-06 21:32:04 +01:00
%ul.unstyled= render @commits
2011-11-28 21:16:57 +01:00
- if @commits.empty?
%p.cgray Nothing to merge