2014-07-18 16:51:41 +08:00
|
|
|
<% @nav_dispaly_course_all_label = 1
|
|
|
|
@nav_dispaly_forum_label = 1
|
|
|
|
@nav_dispaly_course_label = nil
|
|
|
|
@nav_dispaly_store_all_label = 1 %>
|
2014-06-11 16:53:07 +08:00
|
|
|
<div class="top-content">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf">高校课程实践社区</td>
|
|
|
|
<td style="width: auto; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2014-06-17 15:20:39 +08:00
|
|
|
<td style="padding-left: 8px"><a><%= link_to request.host()+"/courses", :controller => 'courses', :action => 'index'%></a></td>
|
|
|
|
<td><p class="top-content-list-homework"><%=link_to "主页", home_path %> > <%=link_to l(:label_course_practice), :controller => 'courses', :action => 'index' %> >
|
|
|
|
<span><%= link_to(homework_attach.bid.courses.first.name.to_s, homework_course_path(homework_attach.bid.courses.first)) if homework_attach.bid.courses.first%></span> >
|
2014-06-26 16:47:49 +08:00
|
|
|
<%=link_to(homework_attach.bid.name, course_for_bid_path(homework_attach.bid)) %> > <span><%= link_to homework_attach.name.nil? ? homework_attach.user.name + "提交的作业" : homework_attach.name,homework_attach_path(homework_attach)%></span></p></td>
|
2014-06-11 16:53:07 +08:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|