2015-08-20 06:18:49 -06:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="repository commits">
|
2015-12-07 15:30:52 -07:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2017-10-25 18:49:16 -06:00
|
|
|
{{template "repo/sub_menu" .}}
|
2017-12-30 17:47:52 -07:00
|
|
|
<div class="ui secondary stackable menu mobile--margin-between-items">
|
2017-10-25 18:49:16 -06:00
|
|
|
{{template "repo/branch_dropdown" .}}
|
|
|
|
<div class="fitted item">
|
2017-12-06 18:26:12 -07:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small compact button">
|
2017-10-25 18:49:16 -06:00
|
|
|
<span class="text">
|
2020-02-11 10:02:41 -07:00
|
|
|
{{svg "octicon-git-branch" 16}}
|
2017-10-25 18:49:16 -06:00
|
|
|
</span>
|
|
|
|
{{.i18n.Tr "repo.commit_graph"}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</div>
|
2014-03-17 04:58:34 -06:00
|
|
|
</div>
|
2015-08-20 06:18:49 -06:00
|
|
|
{{template "base/footer" .}}
|