summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/show.html.haml
blob: 3a4f304a2554a62470487c2dd447c93e5620204c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= render "head"

- if @path.present?
  %ul.breadcrumb.commit-breadcrumb
    %li.light
      History for
    = commits_breadcrumbs

%div{id: dom_id(@project)}
  #commits-list= render "commits"
.clear
= spinner

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