|
|
|
@ -6,7 +6,8 @@
|
|
|
|
|
<th width="8%">头像</th>
|
|
|
|
|
<th width="14%">姓名</th>
|
|
|
|
|
<th width="26%" class="text-left">视频名称</th>
|
|
|
|
|
<th width="26%" class="text-left">播放链接</th>
|
|
|
|
|
<th width="13%">视频大小</th>
|
|
|
|
|
<th width="13%" class="text-left">播放链接</th>
|
|
|
|
|
<th width="16%">时间</th>
|
|
|
|
|
<% if is_processed %>
|
|
|
|
|
<th width="16%">拒绝原因</th>
|
|
|
|
@ -30,8 +31,8 @@
|
|
|
|
|
<td><%= user.real_name %></td>
|
|
|
|
|
<td class="text-left"><%= link_to video.title, video.file_url, :target => "_blank" %></td>
|
|
|
|
|
<td class="text-left"><%= link_to "播放视频",video.file_url, target: "_blank" %></td>
|
|
|
|
|
<td><%= video.filesize&.to_s(:human_size) %></td>
|
|
|
|
|
<td><%= v.updated_at.strftime('%Y-%m-%d %H:%M') %></td>
|
|
|
|
|
|
|
|
|
|
<% if is_processed %>
|
|
|
|
|
<td class="text-secondary"><%= overflow_hidden_span v.reason %></td>
|
|
|
|
|
<td><span class="apply-status-<%= v.status %>"><%= t("admins_apply_status.status.#{v.status}") %></span></td>
|
|
|
|
|