diff --git a/app/views/contests/_list_softapplications.html.erb b/app/views/contests/_list_softapplications.html.erb
index eb179718a..256c1d5af 100644
--- a/app/views/contests/_list_softapplications.html.erb
+++ b/app/views/contests/_list_softapplications.html.erb
@@ -14,7 +14,7 @@
创新竞赛社区 |
<%= l(:label_user_location) %> : |
-
+ |
- <%= text_field_tag 'name', params[:name], :size => 30 %>
+ <%= text_field_tag 'name', params[:name], :size => 25 %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index 32ab3474b..dda52858f 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -57,7 +57,7 @@
应用简介:
- <%= @softapplication.description.truncate(150, omission: '...') %>
+ <%= @softapplication.description %>
|