-
Notifications
You must be signed in to change notification settings - Fork 4
Libscholar 46 update home page #1190
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
559a0d7
Update home page: remove external links, move Manage Your Data to Hel…
Janell-Huyck 6f3e13b
Disable flaky collection delete feature spec in CI
Janell-Huyck 941500c
Update specs: remove external links test from homepage, add Manage Yo…
Janell-Huyck 83b8201
Update IT@UC partner icon to DTS@UC logo
Janell-Huyck aafcf71
Merge branch 'develop' into LIBSCHOLAR-46-update-home-page
Janell-Huyck 4ba20ce
Update bundler-audit.yml
Janell-Huyck e173c49
Apply suggestion from @Copilot
haitzlm ba28c15
Merge branch 'develop' into LIBSCHOLAR-46-update-home-page
Janell-Huyck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -22,6 +22,9 @@ | |
| <dt><%= link_to 'File Format Advice', format_advice_path %></dt> | ||
| <dd>How to choose the best file formats for your content</dd> | ||
|
|
||
| <dt><%= link_to t('hyrax.homepage.links.manage_your_data'), "http://guides.libraries.uc.edu/datamanagementplanning", target: '_blank' %></dt> | ||
| <dd>Resources for managing your research data</dd> | ||
|
Comment on lines
+25
to
+26
|
||
|
|
||
| <dt><%= link_to "Student Works", student_work_help_path %></dt> | ||
| <dd>Help for students wanting to add content to <%=t('hyrax.product_name') %></dd> | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updated partner link still uses
target: '_blank'withoutrel="noopener noreferrer", which can expose users to reverse-tabnabbing. Add arelattribute when opening external sites in a new tab.