summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/files.tmpl
blob: 402bec800b2587f546f840042c8e4f53581a3f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{template "base/head" .}}

<input type="hidden" id="repolink" value="{{$.RepoRelPath}}">
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}">

<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull files diff">
	{{template "repo/header" .}}
	<div class="ui container fluid padded">
		{{template "repo/issue/view_title" .}}
		{{template "repo/pulls/tab_menu" .}}
		{{template "repo/diff/box" .}}
	</div>
</div>
{{template "base/footer" .}}