aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
blob: 88a87ef8cebdee9d18b10b96bc3ea8cce2769413 (plain)
1
2
3
4
5
6
7
8
9
{{template "base/head" .}}
<div class="repository commits">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "repo/branch_dropdown" .}}
		{{template "repo/commits_table" .}}
	</div>
</div>
{{template "base/footer" .}}