修改《contest链接bug》
This commit is contained in:
parent
090f2bf07a
commit
3db80fc3fc
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue