Show GitLab Next badge in new sidebar on canary
What does this MR do and why?
Small follow-up MR to #390390 (closed), regarding this #390390 (comment 1291172261)
While using the new navigation on "GitLab Next", our canary infrastructure, it shows that "Next" badge next to the tanuki logo, as it does in our current navigation.
Screenshots or screen recordings
How to set up and validate locally
- Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
-
Enable the user setting from the user dropdown on the top-right.
-
The new navigation should now appear on every page.
-
The "Next" badge should show only on our canary infra of gitlab.com, so make sure that:
- it doesn't show at first
- it does show up after changing
gitlab_com_and_canary
in !113104 (diffs) totrue
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Thomas Hutterer