aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/commits.tmpl
blob: 5095009a9ec965be57a47109b94666f5ee11d290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{template "base/head" .}}
<div class="repository view issue pull commits">
	{{template "repo/header" .}}
	<div class="ui container">
		<div class="navbar">
			{{template "repo/issue/navbar" .}}
			<div class="ui right">
				<a class="ui green button" href="{{$.RepoLink}}/issues/new">{{.i18n.Tr "repo.issues.new"}}</a>
			</div>
		</div>
		<div class="ui divider"></div>
		{{template "repo/issue/view_title" .}}
		{{template "repo/pulls/tab_menu" .}}
		<div class="ui bottom attached tab pull segment active">
			{{template "repo/commits_table" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}