修改《contest链接bug》

This commit is contained in:
alan 2015-01-10 17:02:23 +08:00
parent 090f2bf07a
commit 3db80fc3fc
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<%=l(:label_contests_management_platform)%> <%=l(:label_contests_management_platform)%>
</a> > </a> >
<span title="<%= @contest.name%>"> <span title="<%= @contest.name%>">
<%= link_to h(truncate(@contest.name, length: 20, omission: '...')), show_contest_contest_path(@contest) %> <%= link_to h(truncate(@contest.name, length: 20, omission: '...')), contest_contestnotifications_path(@contest) %>
</span> </span>
</td> </td>
</tr> </tr>