diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index 9292520ab..7d876d6c8 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -61,6 +61,32 @@
+
+
应用得分:
+
+
+
得分比例
+
+ <% 100.step(20,-20) do |star| %>
+
+ <%= @stars_status_map["star#{(star/20).to_s}".to_sym] %>
+
+ <% end %>
+
+
+
+
最终得分
+
<%= rating_for @softapplication, :static => true, dimension: :quality, class: 'rateable div_inline' %>
+
+
+
+
+