gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 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" .}}