summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-12 12:47:35 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-12 12:47:35 +0800
commitb057cffd85746363a5279e9178721f8418294d65 (patch)
tree2952b3be6f4526b6303b819849afb3770b0d874a /templates/user
parentd305448fa802a91ba81af1b78294f1658bcf834c (diff)
downloadgitea-b057cffd85746363a5279e9178721f8418294d65.tar.gz
gitea-b057cffd85746363a5279e9178721f8418294d65.zip
fix logo ui, add following ui in user-profile page
Diffstat (limited to 'templates/user')
-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}}