summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/dashboard.tmpl')
-rw-r--r--templates/user/dashboard.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl
index 6f2b4b371e..d422f8ffe4 100644
--- a/templates/user/dashboard.tmpl
+++ b/templates/user/dashboard.tmpl
@@ -22,7 +22,9 @@
</div>
<div class="panel-body">
<ul class="list-group">{{range .MyRepos}}
- <li class="list-group-item"><i class="fa fa-book"></i><a href="/{{$.SignedUserName}}/{{.Name}}/">{{.Name}}</a></li>{{end}}
+ <li class="list-group-item"><i class="fa fa-book"></i><a href="/{{$.SignedUserName}}/{{.Name}}/">{{.Name}}</a>
+ <span class="stars pull-right"><i class="fa fa-star"></i>{{.NumStars}}</span>
+ </li>{{end}}
</ul>
</div>
</div>