-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
Fix links for archives on a /pages/dump page #5358
Conversation
@skatkov would you mind to provide only minimal change without stylistic changes? |
Don't mind at all. |
76f69af
to
41969b6
Compare
@simi done. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5358 +/- ##
==========================================
- Coverage 97.14% 94.37% -2.77%
==========================================
Files 458 458
Lines 9584 9643 +59
==========================================
- Hits 9310 9101 -209
- Misses 274 542 +268 ☔ View full report in Codecov by Sentry. |
41969b6
to
ca67fee
Compare
ca67fee
to
f711534
Compare
Thanks @skatkov! |
@skatkov deployed! |
@simi Confirmed working on production ;-) |
pages/data is missing correct links to pg dumps. See here:
https://rubygems.org/pages/data
This fix resolves that by ensuring that href attribute is added to a element. Previously href attribute was added to span, hence why it wasn't working.
If I'm not mistaken, this issue was introduced in this PR:
#5080