From 917a62bbf2cff24e196828833214fe1e0fdc4190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 1 Apr 2015 15:21:58 -0400 Subject: [PATCH] show stats based on route --- less/users.less | 1 + templates/partials/users_list.tpl | 13 +++++++++++++ templates/users.tpl | 4 +++- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/less/users.less b/less/users.less index f106682..1aaceec 100644 --- a/less/users.less +++ b/less/users.less @@ -41,6 +41,7 @@ img { width:80px; height:80px; + border-radius: 50%; } a { diff --git a/templates/partials/users_list.tpl b/templates/partials/users_list.tpl index da9983f..fc3f575 100644 --- a/templates/partials/users_list.tpl +++ b/templates/partials/users_list.tpl @@ -8,14 +8,27 @@ {users.username}
+ + +
+ + +
+ + +
{users.reputation}
+ + +
{users.postcount}
+ \ No newline at end of file diff --git a/templates/users.tpl b/templates/users.tpl index 1c8473c..7cfeaa4 100644 --- a/templates/users.tpl +++ b/templates/users.tpl @@ -20,7 +20,8 @@