You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/subjects/index.html.erb

16 lines
548 B

<%# if false %>
<div class="path-head pr">
<div class="edu-txt-center pathNavLine">
<div class="inline path-nav">
<li class="active"><%= link_to "全部", subjects_path(), :remote => true %></li>
<% @tech_system.each do |rep| %>
<li><%= link_to rep.name, subjects_path(:select => rep.id), :remote => true %></li>
<% end %>
</div>
</div>
</div>
<div class="educontent mb80" id="subjects_list_content">
<%= render "subject_list" %>
</div>
<%# end %>
<%#= render :partial => "business_detail" %>