add repo list of dashboard

This commit is contained in:
Lunny Xiao 2014-03-11 14:17:05 +08:00
parent fdc4151ff3
commit b5cc4078a9
4 changed files with 24 additions and 5 deletions

View file

@ -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>