summaryrefslogtreecommitdiffstats
path: root/templates/repo/graph/div.tmpl
blob: c0bd4e269a5a04a6f3182eafae380a881482e115 (plain)
1
2
3
4
5
6
7
<div>
	{{template "repo/graph/svgcontainer" .}}
	{{template "repo/graph/commits" .}}
	<div id="pagination">
		{{template "base/paginate" .}}
	</div>
</div>