#1219点击竞赛标签返回异常;原因链接指向了一个不存在的action,修正,使之指向正确的action
This commit is contained in:
parent
e83ebedd00
commit
c40ede1101
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue