2015-08-20 14:18:49 +02:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 23:56:10 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository commits">
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2017-10-26 02:49:16 +02:00
|
|
|
{{template "repo/sub_menu" .}}
|
2023-02-13 18:59:59 +01:00
|
|
|
<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">
|
2022-08-08 01:15:11 +02:00
|
|
|
{{template "repo/branch_dropdown" dict "root" .}}
|
2017-12-07 02:26:12 +01:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
|
2017-10-26 02:49:16 +02:00
|
|
|
<span class="text">
|
2020-09-11 22:19:00 +02:00
|
|
|
{{svg "octicon-git-branch"}}
|
2017-10-26 02:49:16 +02:00
|
|
|
</span>
|
2022-06-27 22:58:46 +02:00
|
|
|
{{.locale.Tr "repo.commit_graph"}}
|
2017-10-26 02:49:16 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2014-03-17 11:58:34 +01:00
|
|
|
</div>
|
2015-08-20 14:18:49 +02:00
|
|
|
{{template "base/footer" .}}
|