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

show.html.haml « commits « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb9ef820d3e8cd9c522d8311ebe5f0e7e93f3276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= render "head"

- if @path.present?
  %ul.breadcrumb
    = commits_breadcrumbs

%div{id: dom_id(@project)}
  #commits-list= render "commits"
.clear
.loading{ style: "display:none;"}

- if @commits.count == @limit
  :javascript
    CommitsList.init("#{@ref}", #{@limit});