forked from kevadesu/forgejo
add repo router
This commit is contained in:
parent
a9a5fb45f8
commit
08feaf3ded
4 changed files with 34 additions and 5 deletions
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" .}}
|
Loading…
Add table
Add a link
Reference in a new issue