mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 20:38:25 +00:00
single repository page ui, add spec handler to get repo
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
</div>
|
||||
{{template "repo/toolbar" .}}
|
||||
<div id="gogs-body" class="container">
|
||||
repo single dashboard
|
||||
<h4>Source Files:</h4>
|
||||
<ul>
|
||||
{{range .Files}}
|
||||
<li>{{.Name}} - {{.Type}}</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
Reference in New Issue
Block a user