diff --git a/app/views/layouts/_base_softapplication_index_top_content.html.erb b/app/views/layouts/_base_softapplication_index_top_content.html.erb
index 0a41036f1..93b177b99 100644
--- a/app/views/layouts/_base_softapplication_index_top_content.html.erb
+++ b/app/views/layouts/_base_softapplication_index_top_content.html.erb
@@ -3,7 +3,7 @@
创新竞赛社区 |
<%= l(:label_user_location) %> : |
-
+ |
<%= text_field_tag 'name', params[:name], :size => 25 %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
diff --git a/app/views/softapplications/index.html.erb b/app/views/softapplications/index.html.erb
index 950e822a3..ba10b2530 100644
--- a/app/views/softapplications/index.html.erb
+++ b/app/views/softapplications/index.html.erb
@@ -1,37 +1,3 @@
-
-
<%=render :partial => 'layouts/base_softapplication_index_top_content'%>
@@ -48,9 +14,9 @@
<%= image_tag('/images/app1.png')%>
<%= softapplication.description.truncate(95, omission: '...') %>
-
+
<%contest = softapplication.contests.first%>
- 所属竞赛:<%= contest ? link_to(contest.name, show_softapplication_contest_path(contest) ) : '尚未加入竞赛'%>
+ 所属竞赛:<%= contest ? link_to(contest.name.truncate(10, omission: '...'), show_softapplication_contest_path(contest), title: contest.name.to_s ) : '尚未加入竞赛'%>
所属类别:<%= softapplication.app_type_name %>
系统支持:<%= softapplication.android_min_version_available %>
diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index 7d876d6c8..510250ee0 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -87,7 +87,7 @@
-
+
软件截图:
<% @image_results.take(4).each do |attachment| %>
|