-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update per issue #4688. * Updates collection descriptions statement per #4687. * Update wording on suggest a correction. Per #4690 * Remove report harmful language feature, asssociated wording, and specs. For #4689.
- Loading branch information
1 parent
53c1717
commit 7497a7d
Showing
24 changed files
with
19 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
app/views/catalog/_statement_on_language_in_description.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<dt>Statement on language in description</dt> | ||
<dd>Princeton University Library aims to describe library materials in a manner that is respectful to the individuals and communities who create, use, and are represented in the collections we manage. | ||
<a href="https://library.princeton.edu/about/languagestatement" target="_blank" | ||
aria-label="Read more about Statement on language in description (opens in new tab)">Read more...</a></dd> | ||
<dt>Statement on responsible collection description</dt> | ||
<dd>Princeton University Library aims to describe library materials in a manner that is respectful to the individuals and communities who create, use, and are represented in the collections we manage. <a href="https://library.princeton.edu/about/responsible-collection-description" target="_blank" | ||
aria-label="Read more about Statement responsible collection description (opens in new tab)">Read more...</a></dd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ defaults: &defaults | |
queue_id: <%= ENV['ASK_A_QUESTION_QUEUE_ID'] %> | ||
suggest_correction_form: | ||
queue_id: <%= ENV['SUGGEST_CORRECTION_QUEUE_ID'] %> | ||
report_harmful_language_form: | ||
queue_id: <%= ENV['REPORT_HARMFUL_LANGUAGE_QUEUE_ID'] %> | ||
report_biased_results_form: | ||
to: <%= ENV['OL_BIASED_RESULTS_TO'] %> | ||
redis: | ||
|
@@ -35,8 +33,6 @@ development: | |
db: 'orangelight_dev' | ||
suggest_correction_form: | ||
queue_id: <%= ENV['SUGGEST_CORRECTION_QUEUE_ID'] %> | ||
report_harmful_language_form: | ||
queue_id: <%= ENV['REPORT_HARMFUL_LANGUAGE_QUEUE_ID'] %> | ||
report_biased_results_form: | ||
to: '[email protected]' | ||
test: | ||
|
@@ -51,8 +47,6 @@ test: | |
db: 'orangelight_test' | ||
suggest_correction_form: | ||
queue_id: 3456 | ||
report_harmful_language_form: | ||
queue_id: 9012 | ||
report_biased_results_form: | ||
to: '[email protected]' | ||
libanswers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.