2015-08-20 12:18:49 +00:00
|
|
|
{{template "base/head" .}}
|
2020-12-01 04:00:14 +00:00
|
|
|
<div class="page-content repository commits">
|
2015-12-07 22:30:52 +00:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2017-10-26 00:49:16 +00:00
|
|
|
{{template "repo/sub_menu" .}}
|
2017-12-31 00:47:52 +00:00
|
|
|
<div class="ui secondary stackable menu mobile--margin-between-items">
|
2021-05-03 17:27:48 +00:00
|
|
|
{{template "repo/branch_dropdown" dict "root" .}}
|
2017-10-26 00:49:16 +00:00
|
|
|
<div class="fitted item">
|
2017-12-07 01:26:12 +00:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
|
2017-10-26 00:49:16 +00:00
|
|
|
<span class="text">
|
2020-09-11 20:19:00 +00:00
|
|
|
{{svg "octicon-git-branch"}}
|
2017-10-26 00:49:16 +00:00
|
|
|
</span>
|
|
|
|
{{.i18n.Tr "repo.commit_graph"}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2014-03-17 10:58:34 +00:00
|
|
|
</div>
|
2015-08-20 12:18:49 +00:00
|
|
|
{{template "base/footer" .}}
|