|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
<!-- added by bai -->
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
@ -16,7 +15,7 @@
|
|
|
|
|
<!-- page specific tags -->
|
|
|
|
|
<%= yield :header_tags -%>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<% if @project %>
|
|
|
|
|
<h3 class="title"><%= l(:label_projects_score) %></h3>
|
|
|
|
|
<div class="inf_user_image">
|
|
|
|
|
<table style="border-bottom: solid 1px #80a6d2;" width="100%">
|
|
|
|
@ -54,7 +53,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_file_score), {:controller => 'projects', :action => 'file_score_index', :remote => true}%> :
|
|
|
|
|
<%= format("%.2f" , document_score(@project)).to_i %>
|
|
|
|
|
<%= format("%.2f" , documents_score(@project)).to_i %>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_code_submit_score), {:controller => 'projects', :action => 'code_submit_score_index', :remote => true}%> :
|
|
|
|
@ -69,4 +68,4 @@
|
|
|
|
|
<div id="show_score_detail">
|
|
|
|
|
<%= render :partial => 'projects/project_score_index', :locals => {:index => 0 } %>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end -->
|
|
|
|
|
<% end %>
|