diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 19:09:11 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 19:09:11 -0400 |
commit | b9b82cfe477bcbfd3541adfc969ff20210d56549 (patch) | |
tree | 36020ddd1605414d1f11d1e0201d1ab05afe2880 /templates/user/profile.tmpl | |
parent | 003298ef1d53e1d9837bcac5aadb2e9e159a7497 (diff) | |
download | gitea-b9b82cfe477bcbfd3541adfc969ff20210d56549.tar.gz gitea-b9b82cfe477bcbfd3541adfc969ff20210d56549.zip |
Mirror updates
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |