From 374b183c0faaf45fc5d92e9b19b7c2d1e213e8c7 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Sun, 4 May 2014 08:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= 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 ba10b2530..30a57b1a7 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(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 %>