#1219点击竞赛标签返回异常;原因链接指向了一个不存在的action,修正,使之指向正确的action

This commit is contained in:
z9hang 2014-09-12 15:19:17 +08:00
parent e83ebedd00
commit c40ede1101
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<% contests_results.each do |contest| %>
<p class="font_description2">
<strong><%= l(:label_tags_contest) %>:<%= link_to "#{contest.name}",
:controller => "contests",:action => "show",:id => contest.id %></strong>
:controller => "contests",:action => "show_contest",:id => contest.id %></strong>
<br />
<strong><%= l(:label_tags_contest_description) %>:</strong><%= contest.description %>
<%= contest.updated_on %>