From 405def5313c4cf3f2fd199f35521e52a5d7c88a7 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Mon, 19 Aug 2019 16:22:07 +0800 Subject: [PATCH 1/3] 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? %> From 8cf704f1fcf002cb3efaef93abe4f5e9f9d6cf1b Mon Sep 17 00:00:00 2001 From: p31729568 Date: Tue, 20 Aug 2019 08:47:15 +0800 Subject: [PATCH 2/3] add confirm modal to video apply --- .../video_applies/_video_apply_list.html.erb | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 e5faf854..b79cabc4 100644 --- a/app/views/managements/video_applies/_video_apply_list.html.erb +++ b/app/views/managements/video_applies/_video_apply_list.html.erb @@ -59,20 +59,22 @@ \ No newline at end of file From 6846d6b775114bf8a6384f8f8013cd153c31959a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 20 Aug 2019 14:56:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_projects.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index 7baa3d3b..e0834667 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -23,7 +23,7 @@
    <%= render :partial => User.current.logged? ? 'layouts/logined_header' : 'layouts/unlogin_header' %>
    -
    +
    <%= render :partial => 'layouts/base_project_top' %>