summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
blob: 2f890a1f9dab235b9c86e2d1efd855a51fc03b6f (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 role="main" aria-label="{{.Title}}" class="page-content repository commits">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "repo/sub_menu" .}}
		<div class="repo-button-row gt-df gt-ac gt-sb gt-fw gt-mb-4 gt-mt-3">
			<div class="gt-df gt-ac">
				{{template "repo/branch_dropdown" dict "root" .}}
				<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
					<span class="text">
						{{svg "octicon-git-branch"}}
					</span>
					{{.locale.Tr "repo.commit_graph"}}
				</a>
			</div>
		</div>
		{{template "repo/commits_table" .}}
	</div>
</div>
{{template "base/footer" .}}