parent
725866a23d
commit
6c9f5136c0
|
@ -79,7 +79,7 @@
|
||||||
<td>
|
<td>
|
||||||
<%=link_to l(:field_homepage), home_path %> >
|
<%=link_to l(:field_homepage), home_path %> >
|
||||||
<a href="http://<%= Setting.host_contest %>" class="link_other_item">
|
<a href="http://<%= Setting.host_contest %>" class="link_other_item">
|
||||||
<%=l(:label_courses_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: '...')), show_contest_contest_path(@contest) %>
|
||||||
|
|
Loading…
Reference in New Issue