gitlab-org--gitlab-foss/app/views/projects/merge_requests/_commits.html.haml

9 lines
235 B
Plaintext

- 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