From bc07f4c9e56ff57a63cb30a7fbf4082cefc30d77 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Fri, 9 May 2014 18:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E8=B5=9B=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=89=80=E5=B1=9E=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E7=9A=84=E6=98=BE=E7=A4=BA=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/softapplications/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/softapplications/index.html.erb b/app/views/softapplications/index.html.erb index d9d0a2b21..5a4a1b2b6 100644 --- a/app/views/softapplications/index.html.erb +++ b/app/views/softapplications/index.html.erb @@ -17,7 +17,7 @@
<%contest = softapplication.contests.first%>

所属竞赛:<%= contest ? link_to(contest.name.truncate(14, omission: '...'), show_softapplication_contest_path(contest), title: contest.name.to_s ) : '尚未加入竞赛'%>

-

所属类别:<%= softapplication.app_type_name.truncate(5, omission: '...') %>

+

所属类别:<%= softapplication.app_type_name.truncate(10, omission: '...') %>

系统支持:<%= softapplication.android_min_version_available %>