1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 19:21:26 +02:00
gitea/templates/repo/commits.tmpl
Adam Strzelecki 3eae4ecde7 UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
2015-12-02 22:40:22 +01:00

10 lines
237 B
Go HTML Template

{{template "base/head" .}}
<div class="repository commits">
{{template "repo/header" .}}
{{template "repo/sidebar" .}}
<div class="ui container">
{{template "repo/commits_table" .}}
</div>
</div>
{{template "base/footer" .}}