<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', :media => 'all' %>

实训列表

<%#= render 'admin/tab_excellent_courses' %>
<% @shixuns.each_with_index do |shixun, index| %> "> <% end %>
序号 实训名 创建者 操作
<%= shixun.id %> <%= link_to(shixun.name, shixun_path(shixun)) %> <%= link_to(shixun.try(:owner).try(:realname).truncate(6, omission: '...'), user_path(shixun.owner)) %> <%#= link_to(shixun.authentication ? "已认证" : "认证", { :controller => 'admin', :action => 'shixun_authentication', :id => shixun.id, :auth => shixun.authentication }, :onclick => 'shixun_authentication()', :class => 'icon-del', :remote => true) %> <%= shixun.authentication ? "已认证" : "认证" %>