bigdir/app/views/users/_user_score.html.erb

6 lines
447 B
Plaintext
Raw Normal View History

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