|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
<%=@count %>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="name" title='<%=homework.name%>'>
|
|
|
|
|
<%=link_to(homework.name, student_work_index_path(:homework => homework.id))%>
|
|
|
|
|
<%=link_to(homework.try(:name), student_work_index_path(:homework => homework.id))%>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="name" title='<%=homework.course.name%>'>
|
|
|
|
|
<%= link_to(homework.course.name, course_path(homework.course.id)) %>
|
|
|
|
|