df05134494
We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
9 lines
240 B
Cheetah
9 lines
240 B
Cheetah
{{template "base/head" .}}
|
|
<div class="repository commits">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
{{template "repo/branch_dropdown" .}}
|
|
{{template "repo/commits_table" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|