2015-08-20 12:18:49 +00:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="repository commits">
|
2015-12-07 22:30:52 +00:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2016-12-28 23:44:32 +00:00
|
|
|
<div class="ui secondary menu">
|
|
|
|
{{template "repo/branch_dropdown" .}}
|
|
|
|
<div class="fitted item">
|
2017-03-27 10:46:46 +00:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small button">
|
2016-12-28 23:44:32 +00:00
|
|
|
<span class="text">
|
|
|
|
<i class="octicon octicon-git-branch"></i>
|
|
|
|
</span>
|
2017-03-24 02:32:40 +00:00
|
|
|
{{.i18n.Tr "repo.commit_graph"}}
|
2016-12-28 23:44:32 +00:00
|
|
|
</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" .}}
|