debian-mirror-gitlab/app/views/projects/merge_requests/_commits.html.haml
2018-03-17 18:26:18 +05:30

8 lines
235 B
Text

- if @commits.empty?
.commits-empty
%h4
There are no commits yet.
= custom_icon ('illustration_no_commits')
- else
%ol#commits-list.list-unstyled
= render "projects/commits/commits", merge_request: @merge_request