From e46ca4c8791e2f54dfae19b8063defa005b441d4 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Sat, 10 May 2014 09:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8F=82=E8=B5=9B=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84=E6=89=80=E5=B1=9E=E7=AB=9E?= =?UTF-8?q?=E8=B5=9B=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=E7=AB=9E=E8=B5=9B=E4=B8=AD=E7=9A=84=E6=88=91?= =?UTF-8?q?=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/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb index 3832bc010..4bd6871a0 100644 --- a/app/views/softapplications/show.html.erb +++ b/app/views/softapplications/show.html.erb @@ -27,7 +27,7 @@ 所属类别:<%= @softapplication.app_type_name %> <% contest = @softapplication.contests.first %> - 所属竞赛:<%= contest ? link_to(contest.name, show_softapplication_contest_path(contest)) : '尚未加入竞赛'%> + 所属竞赛:<%= contest ? link_to(contest.name, show_attendingcontest_contest_path(contest)) : '尚未加入竞赛'%> 发布人员:<%= @softapplication.user.name %>