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