[IMP] instead of showing no of badges show karma in user detail

bzr revid: tpa@tinyerp.com-20140321065332-ic28um9qtvdxx82f
This commit is contained in:
Turkesh Patel (Open ERP) 2014-03-21 12:23:32 +05:30
parent 967c424833
commit 7a82d51f84
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@
<div>
<a t-attf-href="/forum/#{ slug(forum) }/user/#{ slug(user) }" t-field="user.name"/>
<t t-raw="separator or ', '"/>
<b><t t-esc="len(user.badges)"/> badges:</b>
<t t-esc="user.karma"/>
<b> badges:</b>
<span class="fa fa-circle badge-gold"/>
<t t-esc="user.gold_badge"/>
<span class="fa fa-circle badge-silver"/>