mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add repo router
This commit is contained in:
10
templates/repo/repo.tmpl
Normal file
10
templates/repo/repo.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
<div class="container" id="gogs-body">
|
||||
<ul>
|
||||
{{range .Files}}
|
||||
<li>{{.Name}} - {{.Type}}</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Reference in New Issue
Block a user