mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add repo list of dashboard
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
<a class="btn btn-success pull-right btn-sm" href="/repo/create/"><i class="fa fa-plus-square"></i>New Repo</a>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
repo-list
|
||||
<ul>
|
||||
{{range .MyRepos}}
|
||||
<li><a href="#">{{.Name}}</a></li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user