Update views/app/index.html

This commit is contained in:
Stan Lindsey
2013-02-05 12:36:59 +00:00
parent 11edb75336
commit ee4c660969
+1 -1
View File
@@ -163,7 +163,7 @@
{#if _user.history.exp}
<a x-bind=click:toggleChart data-toggle-id="exp-chart" data-history-path="_user.history.exp" rel=tooltip title="Progress"><i class=icon-signal></i></a>&nbsp;
{/}
<i class=icon-star></i> {Math.floor(_user.stats.exp)} / {_user._tnl}
<i class=icon-star></i> {round(_user.stats.exp)} / {_user._tnl}
</span>
</div>
</td>