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">
|
2015-12-09 11:41:41 +05:30
|
|
|
{{template "repo/branch_dropdown" .}}
|
2015-12-08 04:00:52 +05:30
|
|
|
{{template "repo/commits_table" .}}
|
|
|
|
</div>
|
2014-03-17 16:28:34 +05:30
|
|
|
</div>
|
2015-08-20 17:48:49 +05:30
|
|
|
{{template "base/footer" .}}
|