mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
20 lines
524 B
Cheetah
20 lines
524 B
Cheetah
{{template "base/head" .}}
|
|
<div class="repository commits">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
<div class="ui secondary menu">
|
|
{{template "repo/branch_dropdown" .}}
|
|
<div class="fitted item">
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small button">
|
|
<span class="text">
|
|
<i class="octicon octicon-git-branch"></i>
|
|
</span>
|
|
{{.i18n.Tr "repo.commit_graph"}}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
{{template "repo/commits_table" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|