diff --git a/app/views/softapplications/index.html.erb b/app/views/softapplications/index.html.erb index ba10b253..30a57b1a 100644 --- a/app/views/softapplications/index.html.erb +++ b/app/views/softapplications/index.html.erb @@ -17,7 +17,7 @@
所属竞赛:<%= contest ? link_to(contest.name.truncate(10, omission: '...'), show_softapplication_contest_path(contest), title: contest.name.to_s ) : '尚未加入竞赛'%>
-所属类别:<%= softapplication.app_type_name %>
+所属类别:<%= softapplication.app_type_name.truncate(5, omission: '...') %>
系统支持:<%= softapplication.android_min_version_available %>