<% if @images_url.present? %> <% @images_url.each do |image| %>
<% end %> <% else %>
" target="_blank">
" target="_blank">
" target="_blank">
<% end %>
<% @rep_list.each do |rep| %>
<%= rep[:rep_name] %>
<% rep[:sub_rep_list].each do |sub| %>
<%= sub[:sub_rep_name] %>
<% sub[:tag_rep_list].each do |tag| %>
<%= tag[:tag_name] %>
<% end %>
<% end %>
<% end %>
实训课程
TRAINING COURSE
更多
<%= render :partial => "subjects/subject_item", :locals => {:subjects => @subjects} %>
实训项目
DEVELOPMENT COMMUNITY
更多
<%= render :partial => "shixuns/shixun_item", :locals => {:shixuns => @shixuns} %>