diff --git a/app/views/quality_analysis/_result_list.html.erb b/app/views/quality_analysis/_result_list.html.erb
index 00e5f1a27..73b5ebd3f 100644
--- a/app/views/quality_analysis/_result_list.html.erb
+++ b/app/views/quality_analysis/_result_list.html.erb
@@ -3,50 +3,23 @@
<% if @quality_analyses.count >0 %>
<% @quality_analyses.each do |qa| %>
-
-
-
分析结果
-
-
-
- - VERSION
- - LOC
- - TECHNICAL DEBT
- - LAST ANALYSIS
-
-
-
-
-
-
+
+
分析结果
- - <%=link_to "#{qa.author_login}:#{qa.rep_identifier}", project_quality_analysis_path(:resource_id => qa.author_login+":"+qa.rep_identifier, :branch => qa.branch.nil? ? "master" : qa.branch), :class => "analysis-result-name fl fontBlue2" %>
+ - 名称
+ - 版本
+ - 分支
+ - 语言
+ - 时间
+
+
+
+ - <%=link_to "#{qa.author_login}:#{qa.rep_identifier}", project_quality_analysis_path(:resource_id => qa.author_login+":"+qa.rep_identifier, :branch => qa.branch.nil? ? "master" : qa.branch), :class => "analysis-result-name fl fontBlue2" %>
- 1.0
- <%= qa.branch %>
- <%= qa.language %>
- - <%= qa.author_login %>
+ - <%= format_time(qa.created_at) %>
<% end %>