gitlab-org--gitlab-foss/app/views/commits/show.html.haml
2013-05-02 11:46:45 +03:00

15 lines
273 B
Text

= 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});