diff options
Diffstat (limited to 'views/branch.html')
-rw-r--r-- | views/branch.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/branch.html b/views/branch.html index 799d040..da8d9d0 100644 --- a/views/branch.html +++ b/views/branch.html @@ -35,15 +35,15 @@ % end % more = more and offset + 1 < repo.info.max_pages -% include paginate more = more, offset = offset +% include('paginate.html', more = more, offset = offset) % kwargs = dict(repo=repo, commits=commits, % shorten=shorten, repo_root=relroot + "../..") -% include commit-list **kwargs +% include('commit-list.html', **kwargs) <p/> -% include paginate more = more, offset = offset +% include('paginate.html', more = more, offset = offset) </body> </html> |