forked from forgejo/forgejo
Mirror change
This commit is contained in:
parent
5bc2a1a6f9
commit
ee93186f72
3 changed files with 14 additions and 11 deletions
9
templates/repo/commits.tmpl
Normal file
9
templates/repo/commits.tmpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
<div id="gogs-body" class="container">
|
||||
<div id="gogs-commits">
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Loading…
Add table
Add a link
Reference in a new issue