show.html.haml
305 Bytes
= render "head"
- if @path.present?
%ul.breadcrumb
%li.light
History for
= 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});