summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-23 19:09:11 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-23 19:09:11 -0400
commitb9b82cfe477bcbfd3541adfc969ff20210d56549 (patch)
tree36020ddd1605414d1f11d1e0201d1ab05afe2880 /templates/user
parent003298ef1d53e1d9837bcac5aadb2e9e159a7497 (diff)
downloadgitea-b9b82cfe477bcbfd3541adfc969ff20210d56549.tar.gz
gitea-b9b82cfe477bcbfd3541adfc969ff20210d56549.zip
Mirror updates
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/dashboard.tmpl2
-rw-r--r--templates/user/profile.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl
index 6594e54591..ca5fecf268 100644
--- a/templates/user/dashboard.tmpl
+++ b/templates/user/dashboard.tmpl
@@ -34,7 +34,7 @@
<div class="panel-body">
<ul class="list-group">{{range .MyRepos}}
<li class="list-group-item"><a href="/{{$.SignedUserName}}/{{.Name}}">
- <span class="stars pull-right"><i class="fa fa-star"></i>{{.NumStars}}</span>
+ <!-- <span class="stars pull-right"><i class="fa fa-star"></i>{{.NumStars}}</span> -->
<i class="fa fa-book"></i>{{.Name}}</a>
</li>{{end}}
</ul>
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 2d76d9bf01..3422361474 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -50,7 +50,7 @@
<ul class="list-unstyled repo-list">
{{range .Repos}}
<li>
- <div class="meta pull-right"><i class="fa fa-star"></i> {{.NumStars}} <i class="fa fa-code-fork"></i> {{.NumForks}}</div>
+ <div class="meta pull-right"><!-- <i class="fa fa-star"></i> {{.NumStars}} --> <i class="fa fa-code-fork"></i> {{.NumForks}}</div>
<h4>
<a href="/{{$owner.Name}}/{{.LowerName}}">{{.LowerName}}</a>
</h4>