diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index 06cc95e30..9292520ab 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -56,14 +56,14 @@
-
应用简介:
-
<%= @softapplication.description %>
+
应用简介:
+
<%= @softapplication.description %>
软件截图:
-
+
<% @image_results.take(4).each do |attachment| %>
<%= link_to_attachment_img attachment, :class => "soft-application", :download => "true" %>
<% end %>
@@ -72,7 +72,7 @@
-
+
软件评论:
评分: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %>