aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
blob: 3b4c39524de85471a0f31ef6ef06f9da6dffd206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{template "base/head" .}}
<div class="repository commits">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "repo/sub_menu" .}}
		<div class="ui secondary stackable menu mobile--margin-between-items">
		{{template "repo/branch_dropdown" .}}
			<div class="fitted item">
				<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
					<span class="text">
						{{svg "octicon-git-branch" 16}}
					</span>
					{{.i18n.Tr "repo.commit_graph"}}
				</a>
			</div>
		</div>
		{{template "repo/commits_table" .}}
	</div>
</div>
{{template "base/footer" .}}