2015-08-20 21:18:49 +09:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="repository commits">
|
2015-12-08 07:30:52 +09:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
2016-12-29 08:44:32 +09:00
|
|
|
<div class="ui secondary menu">
|
|
|
|
{{template "repo/branch_dropdown" .}}
|
|
|
|
<div class="fitted item">
|
2017-03-27 19:46:46 +09:00
|
|
|
<a href="{{.RepoLink}}/graph" class="ui basic small button">
|
2016-12-29 08:44:32 +09:00
|
|
|
<span class="text">
|
|
|
|
<i class="octicon octicon-git-branch"></i>
|
|
|
|
</span>
|
2017-03-24 11:32:40 +09:00
|
|
|
{{.i18n.Tr "repo.commit_graph"}}
|
2016-12-29 08:44:32 +09:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-08 07:30:52 +09:00
|
|
|
</div>
|
2014-03-17 19:58:34 +09:00
|
|
|
</div>
|
2015-08-20 21:18:49 +09:00
|
|
|
{{template "base/footer" .}}
|