gitlab-org--gitlab-foss/app/views/projects/commits/show.html.haml
Dmitriy Zaporozhets 268c183b29
Replace gif animation with font icon spinner
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-05 20:30:57 +02:00

17 lines
299 B
Text

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