From 1e39080cf14475847efd05a8c7446d11c8e7b346 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Sat, 10 May 2014 09:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8F=82=E8=B5=9B=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E6=89=80=E5=B1=9E=E7=AB=9E=E8=B5=9B?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5=E8=B0=83=E6=95=B4=E4=B8=BA=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E6=88=91=E8=A6=81=E5=8F=82=E8=B5=9B?= 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 5a4a1b2b6..841a8a207 100644 --- a/app/views/softapplications/index.html.erb +++ b/app/views/softapplications/index.html.erb @@ -16,7 +16,7 @@
<%= softapplication.description.truncate(95, omission: '...') %>
<%contest = softapplication.contests.first%> -

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

+

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

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

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