项目得分细节中文档得分点击无反应问题

This commit is contained in:
z9hang 2014-08-21 16:01:24 +08:00
parent 644cfe6c21
commit 85a95262fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- added by bai --> <!-- added by bai -->
<div><%= l(:label_file_number) %> * 4 = <%= document_num(@project) %> * 4 = <%= format("%.2f" , document_score(@project)).to_i %></div> <div><%= l(:label_file_number) %> * 4 = <%= documents_num(@project) %> * 4 = <%= format("%.2f" , documents_score(@project)).to_i %></div>
<div><%= l(:label_file_score) %> = <%= format("%.2f" , document_score(@project)).to_i %></div> <div><%= l(:label_file_score) %> = <%= format("%.2f" , documents_score(@project)).to_i %></div>
<!-- end --> <!-- end -->