|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<% unless excellent_teachers.count == 0 %>
|
|
|
|
|
<div class="sn-teacher-wrap" style="display:<%= field.hide == 0?'block':'none' %>;">
|
|
|
|
|
<h2 class="h2-title sn-mb5"><%= field.name %>
|
|
|
|
|
<%= link_to "更多", teachers_organization_path(@organization, :type => "famous"), :target => "_blank", :class => "more" %>
|
|
|
|
|
<%= link_to "更多", teachers_organization_path(@organization, :type => "famous", :org_subfield_id => field.id), :target => "_blank", :class => "more" %>
|
|
|
|
|
</h2>
|
|
|
|
|
<% excellent_teachers.each do |teacher| %>
|
|
|
|
|
<div class="sn-teacher-list">
|
|
|
|
|