2014-06-21 15:34:10 +08:00
|
|
|
<%= l(:label_user_grade)%>:
|
2014-06-24 13:57:51 +08:00
|
|
|
<%= link_to(format("%.2f" , user.user_score_attr.total_score).to_f, {:controller => 'users',
|
2014-06-21 15:34:10 +08:00
|
|
|
:action => 'show_new_score',
|
|
|
|
:remote => true,
|
|
|
|
:id => user.id
|
|
|
|
}, :style => 'color :#E8770D;',:id => 'user_score') %>
|