gitlab-org--gitlab-foss/app/views/projects/commits/show.html.haml

18 lines
323 B
Text
Raw Normal View History

2012-02-06 15:32:04 -05:00
= render "head"
2011-11-01 16:11:24 -04:00
- if @path.present?
2013-08-01 08:59:57 -04:00
%ul.breadcrumb.commit-breadcrumb
%li.light
History for
= commits_breadcrumbs
2011-11-01 16:11:24 -04:00
%div{id: dom_id(@project)}
#commits-list= render "commits"
2011-11-05 08:26:06 -04:00
.clear
.loading{ style: "display:none;"}
2011-11-05 08:26:06 -04:00
- if @commits.count == @limit
:javascript
CommitsList.init("#{@ref}", #{@limit});