diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb index c0234831a..a5c3fb596 100644 --- a/app/views/softapplications/show.html.erb +++ b/app/views/softapplications/show.html.erb @@ -10,7 +10,7 @@

<%= notice %>

-
+
@@ -48,9 +48,9 @@
-
+
应用简介:
-
<%= @softapplication.description %>
+
<%= @softapplication.description.truncate(150, omission: '...') %>