-
Notifications
You must be signed in to change notification settings - Fork 78
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
Remove version variable from downloads page #218
Conversation
On @m52go's advice I changed the construction of the outdated translation alert toolto be spefic to the page instead of the language. I added a "outdated_translation" variable to the front matter of the relevant translated pages. They'll have the values 'true' or 'false' according to the state.
|
||
<!-- Outdated translation alert tool tag--> | ||
{% if page.outdated_translation %} | ||
<span class="navbar-text" style="color: orange;">Outdated translation</span> |
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.
It looks like this is doing more than simply removing a variable from the downloads page?
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.
@wiz I decided to put this commit in this PR because it also affects the downloads pages. It felt wrong to remove the 'version' variables in one PR and then add 'outdated_translations' in another PR when they overlap files.
|
This reverts commit 9e49594. Remove unnecessary commit as changes are already present in the master branch.
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.
Well that didn't have the result I had in mind. I guess I better make a new PR.
New and better PR #220 |
No description provided.