Skip to content

Fix hidden banner message for /help

Evan Read requested to merge eread/fix-hidden-banner-message into master

What does this MR do?

For /help users, we display a message at the top of the GitLab landing page. It shouldn't been seen in our published docs, but it is:

Screen_Shot_2020-10-27_at_2.48.05_pm

The code makes use of a Bootstrap utility class: https://getbootstrap.com/docs/4.0/utilities/display/#hiding-elements, so it's possible this stopped working during a bootstrap upgrade. We've had a few:

CC @gl-docsteam for visibility

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports

Loading