debian-mirror-gitlab/app/views/projects/merge_requests/_commits.html.haml
2017-09-10 17:25:29 +05:30

8 lines
279 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", project: @merge_request.source_project, ref: @merge_request.source_branch