Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commits.html.haml « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b414518b5979bbea9e3257e0061ed4fe9464e4bb (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", merge_request: @merge_request