summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_commits.html.haml
blob: 11793919ff7b8978634b5be869363dea93f31678 (plain)
1
2
3
4
5
6
7
8
- 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