1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-18 01:26:04 -04:00
gitea/templates/repo/commits.tmpl

22 lines
523 B
Cheetah
Raw Normal View History

2015-08-20 08:18:49 -04:00
{{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">
<div class="ui breadcrumb">
<a href="{{.RepoLink}}/graph">
<span class="text">
<i class="octicon octicon-git-branch"></i>
</span>
commit graph
</a>
</div>
</div>
</div>
{{template "repo/commits_table" .}}
</div>
2014-03-17 06:58:34 -04:00
</div>
2015-08-20 08:18:49 -04:00
{{template "base/footer" .}}