diff --git a/app/views/admins/video_applies/shared/_list.html.erb b/app/views/admins/video_applies/shared/_list.html.erb index ff9e0f06e..6c7570629 100644 --- a/app/views/admins/video_applies/shared/_list.html.erb +++ b/app/views/admins/video_applies/shared/_list.html.erb @@ -6,7 +6,8 @@ 头像 姓名 视频名称 - 播放链接 + 视频大小 + 播放链接 时间 <% if is_processed %> 拒绝原因 @@ -30,8 +31,8 @@ <%= user.real_name %> <%= link_to video.title, video.file_url, :target => "_blank" %> <%= link_to "播放视频",video.file_url, target: "_blank" %> + <%= video.filesize&.to_s(:human_size) %> <%= v.updated_at.strftime('%Y-%m-%d %H:%M') %> - <% if is_processed %> <%= overflow_hidden_span v.reason %> <%= t("admins_apply_status.status.#{v.status}") %>