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

This commit is contained in:
sw 2014-11-05 14:25:21 +08:00
parent e5874283f1
commit 15e71ae85b
1 changed files with 3 additions and 1 deletions

View File

@ -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>