|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to activity.try(:user).try(:realname), user_path(activity.user_id), :class => "newsBlue mr15" %>
|
|
|
|
|
<% end %> TO <!--+"(课程名称)" -->
|
|
|
|
|
<%= link_to activity.course.name.to_s+" | 课程作业", course_path(activity.course_id), :class => "newsBlue ml15", :style=>"word-break:break-all" %>
|
|
|
|
|
<%= link_to activity.course.name.to_s+" | 课程作业", homework_common_index_path(:course => activity.course.id), :class => "newsBlue ml15", :style=>"word-break:break-all" %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostTitle mb8 break_word"> <!--+"(作业名称)"-->
|
|
|
|
|
<%= link_to activity.name.to_s, student_work_index_path(:homework => activity.id), :class => "postGrey", :style=>"word-break:break-all" %>
|
|
|
|
|