|
|
|
@ -193,7 +193,8 @@
|
|
|
|
|
<% if(course.school == nil) %>
|
|
|
|
|
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= course.school.name.try(:gsub, /(.+)$/, '\1:') %>
|
|
|
|
|
<!-- modified by zjc 添加超链接 -->
|
|
|
|
|
<%= link_to course.school.name.try(:gsub, /(.+)$/, '\1:'), options={:action => 'course',:school_id => course.school.id}, html_options={:method => 'get'}%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
<span class='font_bolder'>
|
|
|
|
|