We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63aca0 commit 69e0505Copy full SHA for 69e0505
templates/repo/commits_list_group_by_date.tmpl
@@ -1,7 +1,5 @@
1
-{{$index := 0}}
2
{{range .GroupCommits}}
3
-{{$index = Eval $index "+" 1}}
4
-<div class="ui timeline commits-list-group-by-date" data-index="{{$index}}">
+<div class="ui timeline commits-list-group-by-date">
5
6
<div class="timeline-badge-wrapper">
7
<div class="timeline-badge">
templates/repo/commits_table.tmpl
@@ -30,7 +30,7 @@
30
{{end}}
31
32
{{if and .GroupCommits (gt .CommitCount 0)}}
33
- {{template "repo/commits-list-group-by-date" .}}
+ {{template "repo/commits_list_group_by_date" .}}
34
35
36
{{template "base/paginate" .}}
0 commit comments