|
|
|
@ -30,8 +30,8 @@
|
|
|
|
|
</td>
|
|
|
|
|
<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 class="text-left"><%= link_to "播放视频",video.file_url, target: "_blank" %></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>
|
|
|
|
|