|
|
|
@ -32,9 +32,9 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/courses", :controller => 'projects', :action => 'course'%></a></td>
|
|
|
|
|
<td ><%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> >
|
|
|
|
|
<span><%= link_to(@bid.courses.first.name,project_path(@bid.courses.first)) %></span> >
|
|
|
|
|
<%=link_to(@bid.name, respond_path(@bid))%></td>
|
|
|
|
|
<td><p class="top-content-list-homework"><%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> >
|
|
|
|
|
<span><%= link_to(@bid.courses.first.name, project_path(@bid.courses.first)) %></span> >
|
|
|
|
|
<%=link_to(@bid.name, respond_path(@bid)) %></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<tr valign="top">
|
|
|
|
|
<td style="width: 70px" >课程名:</td>
|
|
|
|
|
<td>
|
|
|
|
|
<span style=" word-wrap: break-word; word-break: break-all"><strong> <%= link_to @bid.courses.first.name,project_path(@bid.courses.first) %></strong></span>
|
|
|
|
|
<span style=" word-wrap: break-word; word-break: break-all"><strong> <%= link_to @bid.courses.first.name, homework_project_path(@bid.courses.first) %></strong></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="">
|
|
|
|
|