<%= render :partial => 'layouts/base_project_top' %>
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..b79cabc4 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? %>
@@ -58,20 +59,22 @@
\ No newline at end of file