From 687ee62e8bcf0622097fa37f33cfe474eadf4ae5 Mon Sep 17 00:00:00 2001 From: Eliot Jordan Date: Thu, 9 Jan 2025 12:28:24 -0600 Subject: [PATCH] Update feedback welcome text --- app/assets/stylesheets/layouts/home.scss | 6 +++--- app/views/catalog/_feedback_welcome.html.erb | 8 -------- app/views/catalog/_home.html.erb | 4 ++-- .../catalog/_responsible_collection_description.html.erb | 8 ++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 app/views/catalog/_feedback_welcome.html.erb create mode 100644 app/views/catalog/_responsible_collection_description.html.erb diff --git a/app/assets/stylesheets/layouts/home.scss b/app/assets/stylesheets/layouts/home.scss index 4bd999d2..28bd67cf 100644 --- a/app/assets/stylesheets/layouts/home.scss +++ b/app/assets/stylesheets/layouts/home.scss @@ -79,15 +79,15 @@ } } - #feedback-welcome { + #responsible-collection-description { @extend .col-lg-4; - .feedback-welcome-header { + .responsible-collection-description-header { h2 { @extend .text-left; margin-bottom: 0; } } - #feedback-welcome-contents { + #responsible-collection-description-contents { @extend .text-left; padding-top: 1.50rem; } diff --git a/app/views/catalog/_feedback_welcome.html.erb b/app/views/catalog/_feedback_welcome.html.erb deleted file mode 100644 index 72d110ce..00000000 --- a/app/views/catalog/_feedback_welcome.html.erb +++ /dev/null @@ -1,8 +0,0 @@ -
-
-

Feedback Welcome

-
-
-
-

PUL welcomes your feedback on the description of its archival collections. Please use the Suggest a Correction button found on every page of this site to report errors or omissions. If you encounter harmful or offensive language or content please use the Report Harmful Language or Content button.

-
diff --git a/app/views/catalog/_home.html.erb b/app/views/catalog/_home.html.erb index cd1e4f5f..85173b2e 100644 --- a/app/views/catalog/_home.html.erb +++ b/app/views/catalog/_home.html.erb @@ -7,8 +7,8 @@
<%= render "requests" %>
-
- <%= render "feedback_welcome" %> +
+ <%= render "responsible_collection_description" %>
diff --git a/app/views/catalog/_responsible_collection_description.html.erb b/app/views/catalog/_responsible_collection_description.html.erb new file mode 100644 index 00000000..32744881 --- /dev/null +++ b/app/views/catalog/_responsible_collection_description.html.erb @@ -0,0 +1,8 @@ +
+
+

Statement on Responsible Collection Description

+
+
+
+

Princeton University Library (PUL) stewards diverse historical and contemporary collections that document a wide range of human experiences. As an academic and cultural heritage institution, we preserve materials in their original form to maintain historical accuracy and support scholarly research. This includes retaining content that may reflect perspectives which some users may find offensive or otherwise problematic. Read more

+