From e574380a8d4e8679f0f4670b07c2b7fcf046fc56 Mon Sep 17 00:00:00 2001 From: Janell Huyck Date: Fri, 12 Apr 2024 11:50:17 -0400 Subject: [PATCH] Remove unused stylesheets, move partials into folder --- app/assets/stylesheets/abbreviated_treatment_report.scss | 3 --- app/assets/stylesheets/activity.scss | 3 --- app/assets/stylesheets/con_tech_records.scss | 3 --- app/assets/stylesheets/conservators_technicians.scss | 3 --- app/assets/stylesheets/controlled_vocabularies.scss | 3 --- app/assets/stylesheets/cost_return_report.scss | 3 --- app/assets/stylesheets/external_repair_records.scss | 3 --- app/assets/stylesheets/front.scss | 3 --- app/assets/stylesheets/in_house_repair_records.scss | 3 --- .../_conservation_records.scss} | 0 app/assets/stylesheets/{search.scss => partials/_search.scss} | 0 app/assets/stylesheets/staff_codes.scss | 3 --- app/assets/stylesheets/treatment_reports.scss | 3 --- app/assets/stylesheets/users.scss | 3 --- 14 files changed, 36 deletions(-) delete mode 100644 app/assets/stylesheets/abbreviated_treatment_report.scss delete mode 100644 app/assets/stylesheets/activity.scss delete mode 100644 app/assets/stylesheets/con_tech_records.scss delete mode 100644 app/assets/stylesheets/conservators_technicians.scss delete mode 100644 app/assets/stylesheets/controlled_vocabularies.scss delete mode 100644 app/assets/stylesheets/cost_return_report.scss delete mode 100644 app/assets/stylesheets/external_repair_records.scss delete mode 100644 app/assets/stylesheets/front.scss delete mode 100644 app/assets/stylesheets/in_house_repair_records.scss rename app/assets/stylesheets/{conservation_records.scss => partials/_conservation_records.scss} (100%) rename app/assets/stylesheets/{search.scss => partials/_search.scss} (100%) delete mode 100644 app/assets/stylesheets/staff_codes.scss delete mode 100644 app/assets/stylesheets/treatment_reports.scss delete mode 100644 app/assets/stylesheets/users.scss diff --git a/app/assets/stylesheets/abbreviated_treatment_report.scss b/app/assets/stylesheets/abbreviated_treatment_report.scss deleted file mode 100644 index dbc8a10a..00000000 --- a/app/assets/stylesheets/abbreviated_treatment_report.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the abbreviated_treatment_report controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/activity.scss b/app/assets/stylesheets/activity.scss deleted file mode 100644 index 0b73d867..00000000 --- a/app/assets/stylesheets/activity.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the activity controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/con_tech_records.scss b/app/assets/stylesheets/con_tech_records.scss deleted file mode 100644 index 0079bee3..00000000 --- a/app/assets/stylesheets/con_tech_records.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the con_tech_records controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/conservators_technicians.scss b/app/assets/stylesheets/conservators_technicians.scss deleted file mode 100644 index c377b331..00000000 --- a/app/assets/stylesheets/conservators_technicians.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Conservators_Technicians controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/controlled_vocabularies.scss b/app/assets/stylesheets/controlled_vocabularies.scss deleted file mode 100644 index eec409f3..00000000 --- a/app/assets/stylesheets/controlled_vocabularies.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the ControlledVocabularies controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/cost_return_report.scss b/app/assets/stylesheets/cost_return_report.scss deleted file mode 100644 index 36715f91..00000000 --- a/app/assets/stylesheets/cost_return_report.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the cost_return_report controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/external_repair_records.scss b/app/assets/stylesheets/external_repair_records.scss deleted file mode 100644 index 7e8908b4..00000000 --- a/app/assets/stylesheets/external_repair_records.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the ExternalRecords controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/front.scss b/app/assets/stylesheets/front.scss deleted file mode 100644 index 86ae6107..00000000 --- a/app/assets/stylesheets/front.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the front controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/in_house_repair_records.scss b/app/assets/stylesheets/in_house_repair_records.scss deleted file mode 100644 index 83445792..00000000 --- a/app/assets/stylesheets/in_house_repair_records.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the InHouseRepairRecords controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/conservation_records.scss b/app/assets/stylesheets/partials/_conservation_records.scss similarity index 100% rename from app/assets/stylesheets/conservation_records.scss rename to app/assets/stylesheets/partials/_conservation_records.scss diff --git a/app/assets/stylesheets/search.scss b/app/assets/stylesheets/partials/_search.scss similarity index 100% rename from app/assets/stylesheets/search.scss rename to app/assets/stylesheets/partials/_search.scss diff --git a/app/assets/stylesheets/staff_codes.scss b/app/assets/stylesheets/staff_codes.scss deleted file mode 100644 index 1a831889..00000000 --- a/app/assets/stylesheets/staff_codes.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Staff_Codes controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/treatment_reports.scss b/app/assets/stylesheets/treatment_reports.scss deleted file mode 100644 index 7e276456..00000000 --- a/app/assets/stylesheets/treatment_reports.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the treatment_reports controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/users.scss b/app/assets/stylesheets/users.scss deleted file mode 100644 index 1efc835c..00000000 --- a/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/