summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:15:58 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:15:58 +0800
commit4fff38856e784cb1c2c8115a7c7e013f42f7d8d8 (patch)
tree7d3984ca36ff3c255feb1a1483126c9fb29e0852 /templates/user
parent3c67318d8fcc6f61d766496a092c4be688fe8e75 (diff)
downloadgitea-4fff38856e784cb1c2c8115a7c7e013f42f7d8d8.tar.gz
gitea-4fff38856e784cb1c2c8115a7c7e013f42f7d8d8.zip
single repository page ui preview
Diffstat (limited to 'templates/user')
-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>