summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
blob: e7518e983529ea031fac5b2088f4a27887fdd7c7 (plain)
1
2
3
4
5
6
7
8
{{template "base/head" .}}
{{template "base/navbar" .}}
{{template "repo/nav" .}}
{{template "repo/toolbar" .}}
<div id="body" class="container">
  {{template "repo/commits_table" .}}
</div>
{{template "base/footer" .}}