-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add navigation to milestone pages #375
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
Add navigation to milestone pages #375
Conversation
This adds the same labels/milestones navigation buttons to single milestone pages that's found on the milestone list
|
Thanks for the PR! This looks really good, but there's a failing build, most of which isn't actually from this PR. I don't want to get off on a tangent, but the The The warning on Or someone can open a PR that fixes the issues. |
|
Thanks, I fixed the linter issues! |
|
Any comments on this PR or are we OK to 🚢 ? |
|
Looks good :) |
|
🙌 Thanks @jgierer12! |
The same labels/milestones navigation buttons that are found on the milestone list page are now also on single milestone pages.
Before:
After:
Fixes #366