268c183b29
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
17 lines
299 B
Text
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});
|
|
|