% admin_or_self = admin_or_business? || @library.user_id == User.current.id %>
<%= link_to '教学案例', libraries_path, class: 'color-grey-9' %> > 详情
<%= @library.title %> <% if admin_or_self %> <% if @library.pending? %> 草稿 <% elsif @library.processing? %> 审核中 <% elsif @library.refused? %> 未通过 <% end %> <% end %> <%= link_to('返回', libraries_path, class: 'fr color-grey-9 mt5') %>
<%= apply.updated_at.strftime('%Y-%m-%d %H:%M') %>
<%= apply.reason %>
详情 <% if admin_or_business? || @library.user_id == User.current.id && @library.pending? %> <%= link_to '删除', 'javascript:void(0);', data: { id: @library.id }, class: 'white-btn edu-blueline-btn fr ml20 delete-btn' %> <% end %> <% if admin_or_self %> <%= link_to '编辑', edit_library_path(id: @library.id), class: 'white-btn edu-blueline-btn fr' %> <% end %>