From 33d17ae21620616e6f26d78df409a757f2e9b05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Tue, 16 Nov 2021 16:24:08 +0800 Subject: [PATCH] fix error --- .../app/views/admin/{images => custom_images}/batch_crop.html.erb | 0 .../views/admin/{images => custom_images}/crop_process.html.erb | 0 .../app/views/admin/{images => custom_images}/edit_image.html.erb | 0 .../app/views/admin/{images => custom_images}/show.html.erb | 0 .../views/admin/{images => custom_images}/upload_panel.html.erb | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename custom_gallery/app/views/admin/{images => custom_images}/batch_crop.html.erb (100%) rename custom_gallery/app/views/admin/{images => custom_images}/crop_process.html.erb (100%) rename custom_gallery/app/views/admin/{images => custom_images}/edit_image.html.erb (100%) rename custom_gallery/app/views/admin/{images => custom_images}/show.html.erb (100%) rename custom_gallery/app/views/admin/{images => custom_images}/upload_panel.html.erb (100%) diff --git a/custom_gallery/app/views/admin/images/batch_crop.html.erb b/custom_gallery/app/views/admin/custom_images/batch_crop.html.erb similarity index 100% rename from custom_gallery/app/views/admin/images/batch_crop.html.erb rename to custom_gallery/app/views/admin/custom_images/batch_crop.html.erb diff --git a/custom_gallery/app/views/admin/images/crop_process.html.erb b/custom_gallery/app/views/admin/custom_images/crop_process.html.erb similarity index 100% rename from custom_gallery/app/views/admin/images/crop_process.html.erb rename to custom_gallery/app/views/admin/custom_images/crop_process.html.erb diff --git a/custom_gallery/app/views/admin/images/edit_image.html.erb b/custom_gallery/app/views/admin/custom_images/edit_image.html.erb similarity index 100% rename from custom_gallery/app/views/admin/images/edit_image.html.erb rename to custom_gallery/app/views/admin/custom_images/edit_image.html.erb diff --git a/custom_gallery/app/views/admin/images/show.html.erb b/custom_gallery/app/views/admin/custom_images/show.html.erb similarity index 100% rename from custom_gallery/app/views/admin/images/show.html.erb rename to custom_gallery/app/views/admin/custom_images/show.html.erb diff --git a/custom_gallery/app/views/admin/images/upload_panel.html.erb b/custom_gallery/app/views/admin/custom_images/upload_panel.html.erb similarity index 100% rename from custom_gallery/app/views/admin/images/upload_panel.html.erb rename to custom_gallery/app/views/admin/custom_images/upload_panel.html.erb