aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-12 01:45:47 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-12 01:45:47 -0400
commit790a2c1099f1e9946b854741ce8e5acfe12f119a (patch)
tree4d49beabde467712e69734f29a8d4203e3c465ad /templates
parent31d613c01d313e14cc57fcb183f7489352ff6aa5 (diff)
parentb057cffd85746363a5279e9178721f8418294d65 (diff)
downloadgitea-790a2c1099f1e9946b854741ce8e5acfe12f119a.tar.gz
gitea-790a2c1099f1e9946b854741ce8e5acfe12f119a.zip
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'templates')
-rw-r--r--templates/user/profile.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 88ee318f4a..0cbd348910 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -10,6 +10,18 @@
</div>
<div class="profile-info">
<ul class="list-group">
+ <li class="list-group-item">
+ <div class="profile-rel">
+ <div class="col-md-6 followers">
+ <strong>123</strong>
+ <p>followers</p>
+ </div>
+ <div class="col-md-6 following">
+ <strong>123</strong>
+ <p>following</p>
+ </div>
+ </div>
+ </li>
{{if .Owner.Location}}
<li class="list-group-item"><i class="fa fa-thumb-tack"></i>{{.Owner.Location}}</li>
{{end}}