% admin_or_self = User.current.admin? || @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_self && @library.editable? %> <%= link_to '编辑', edit_library_path(id: @library.id), class: 'white-btn edu-blueline-btn fr' %> <% end %>