Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feedback welcome text #1484

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/assets/stylesheets/layouts/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 0 additions & 8 deletions app/views/catalog/_feedback_welcome.html.erb

This file was deleted.

4 changes: 2 additions & 2 deletions app/views/catalog/_home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div id="requests">
<%= render "requests" %>
</div>
<div id="feedback-welcome">
<%= render "feedback_welcome" %>
<div id="responsible-collection-description">
<%= render "responsible_collection_description" %>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="responsible-collection-description-header">
<div>
<h2>Statement on Responsible Collection Description</h2>
</div>
</div>
<div id="responsible-collection-description-contents">
<p>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. <a href="https://library.princeton.edu/about/responsible-collection-description">Read more</a></p>
</div>