|
|
|
@ -92,15 +92,15 @@
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="d-p-projectlist">
|
|
|
|
|
<h1></h1>
|
|
|
|
|
|
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
|
<h1></h1>
|
|
|
|
|
<p id="errorExplanation">
|
|
|
|
|
该学校未开设任何课程,您可以查看其他学校课程
|
|
|
|
|
</p>
|
|
|
|
|
<h1></h1>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<h1></h1>
|
|
|
|
|
<% find_all_new_hot_course(9, @school_id).map do |course| %>
|
|
|
|
|
<li class='<%= cycle("odd", "even") %>' title=<%= course.description.to_s.gsub(/<\/?.*?>/,"") %>>
|
|
|
|
|
<div class='avatar'>
|
|
|
|
|