From 405def5313c4cf3f2fd199f35521e52a5d7c88a7 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Mon, 19 Aug 2019 16:22:07 +0800 Subject: [PATCH] add filesize to video applies --- app/views/managements/video_applies/_video_apply_list.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/managements/video_applies/_video_apply_list.html.erb b/app/views/managements/video_applies/_video_apply_list.html.erb index d3cfc50d..e5faf854 100644 --- a/app/views/managements/video_applies/_video_apply_list.html.erb +++ b/app/views/managements/video_applies/_video_apply_list.html.erb @@ -22,6 +22,7 @@
  • <%= video.title %> + <%= number_to_human_size(video.filesize) %>
  • <% if apply.pending? %>