From c40ede1101976957c3f46d8c5f95e9c1bb6165b8 Mon Sep 17 00:00:00 2001 From: z9hang Date: Fri, 12 Sep 2014 15:19:17 +0800 Subject: [PATCH] =?UTF-8?q?#1219=E7=82=B9=E5=87=BB=E7=AB=9E=E8=B5=9B?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=BF=94=E5=9B=9E=E5=BC=82=E5=B8=B8=EF=BC=9B?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E9=93=BE=E6=8E=A5=E6=8C=87=E5=90=91=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84action?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A3=EF=BC=8C=E4=BD=BF=E4=B9=8B=E6=8C=87?= =?UTF-8?q?=E5=90=91=E6=AD=A3=E7=A1=AE=E7=9A=84action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/tags/_show_contests.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tags/_show_contests.html.erb b/app/views/tags/_show_contests.html.erb index bc2682fb8..891f65901 100644 --- a/app/views/tags/_show_contests.html.erb +++ b/app/views/tags/_show_contests.html.erb @@ -4,7 +4,7 @@ <% contests_results.each do |contest| %>

<%= l(:label_tags_contest) %>:<%= link_to "#{contest.name}", - :controller => "contests",:action => "show",:id => contest.id %> + :controller => "contests",:action => "show_contest",:id => contest.id %>
<%= l(:label_tags_contest_description) %>:<%= contest.description %> <%= contest.updated_on %>