mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-14 17:41:01 +08:00
8 lines
156 B
Handlebars
8 lines
156 B
Handlebars
|
<div>
|
||
|
{{template "repo/graph/svgcontainer" .}}
|
||
|
{{template "repo/graph/commits" .}}
|
||
|
<div id="pagination">
|
||
|
{{template "base/paginate" .}}
|
||
|
</div>
|
||
|
</div>
|