Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-5019 Fix text overlap in related works section on downloads #3167
Conversation
sarken
added
the
Awaiting review
label
Nov 17, 2017
| + <li> | ||
| + <%= ts(work.translation ? 'A translation of' : 'Inspired by') %> | ||
| + <%= link_to work.parent.title.html_safe, work_url(work.parent) %> | ||
| + <%= ts("by") %> <%= byline(work.parent) %>. |
redsummernight
Nov 21, 2017
Contributor
Previously byline was called with the option only_path: false, is it why in the screenshot "testy" are not pseud links?
tuff
Nov 21, 2017
Contributor
I noticed that they were not links on the page either, and assumed that was normal!
I think, on my local instance, the works were not being picked up as AO3 works and so were external...and it's probably only normal for external works. I'll restore only_path, which I definitely removed in error.
|
Looks good, thanks! One last thing, I think it would be easier for future translators if your
I'd wait for someone more familiar with Rails i18n to weigh in before changing things, though. |
tuff commentedNov 17, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-5019
Purpose
Fix overlapping text in related works section on downloads.
Testing
See issue. The new related works section should look like this:
