summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/commits.tmpl
blob: bf6e8128d49e5076bcc8f94ab7ec7c16d93301b7 (plain)
1
2
3
4
5
6
7
8
9
10
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull commits">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "repo/issue/view_title" .}}
		{{template "repo/pulls/tab_menu" .}}
		{{template "repo/commits_table" .}}
	</div>
</div>
{{template "base/footer" .}}