BigW Consortium Gitlab

_commits.html.haml 343 Bytes
Newer Older
1 2 3 4
- unless @commits.empty? 
  .ui-box
    %h5 Commits
    .merge-request-commits
5 6 7
      %ul.unstyled
        - @commits.each do |commit| 
          = render "commits/commit", :commit => commit
8

9 10 11 12 13 14 15
- else 
  %h5
    Nothing to merge from 
    %span.label #{@merge_request.source_branch} 
    to 
    %span.label #{@merge_request.target_branch}
  %br