diff options
Diffstat (limited to 'views/branch.html')
-rw-r--r-- | views/branch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/branch.html b/views/branch.html index a49150e..1cc011d 100644 --- a/views/branch.html +++ b/views/branch.html @@ -30,6 +30,7 @@ % if more: % commits = commits[:-1] % end +% more = more and offset + 1 < repo.info.max_pages % include paginate more = more, offset = offset |