2015-08-20 08:18:49 -04:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 17:56:10 -05:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository commits">
|
2015-12-07 17:30:52 -05:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2017-10-25 20:49:16 -04:00
|
|
|
{{template "repo/sub_menu" .}}
|
2023-06-15 11:12:08 -04:00
|
|
|
<div class="repo-button-row">
|
2023-02-13 12:59:59 -05:00
|
|
|
<div class="gt-df gt-ac">
|
2023-05-03 17:58:59 -04:00
|
|
|
{{template "repo/branch_dropdown" dict "root" . "ContainerClasses" "gt-mr-2"}}
|
2017-12-06 20:26:12 -05:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
|
2023-09-21 11:54:26 -04:00
|
|
|
{{svg "octicon-git-branch"}}
|
2023-09-25 04:56:50 -04:00
|
|
|
{{ctx.Locale.Tr "repo.commit_graph"}}
|
2017-10-25 20:49:16 -04:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-07 17:30:52 -05:00
|
|
|
</div>
|
2014-03-17 06:58:34 -04:00
|
|
|
</div>
|
2015-08-20 08:18:49 -04:00
|
|
|
{{template "base/footer" .}}
|