修改左上角作业显示名称和课程显示名称

Homework
sw 11 years ago
parent e5874283f1
commit 15e71ae85b

@ -87,7 +87,9 @@
<tr>
<td style=" word-wrap: break-word; word-break: break-all;font-size: 15px;">
<span style=" color:#ed8924">
<strong><%=link_to(@bid.name, course_for_bid_path(@bid)) %></strong>
<strong>
<%=link_to("第#{course.homeworks.index(@bid) + 1}次作业", course_for_bid_path(@bid)) %>
</strong>
</span>
</td>
</tr>

Loading…
Cancel
Save