Skip to content

Fix breadcrumb style broken in external_file page

Paul Slaughter requested to merge ps-fix-breadcrumb-style into master

What does this MR do and why?

Fix breadcrumb style broken in external_file page

Changelog: fixed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-03-19_at_8.32.44_PM Screenshot_2024-03-19_at_8.33.42_PM

How to set up and validate locally

  1. Start GDK
  2. Run locally FILTER=14_pipelines NEW_PROJECT=1 bundle exec rake db:seed_fu. If this runs successfully, you should see a success message like Successfully seeded 'r-analytics-group-1710898305/r-analytics-project-1710898305'.
  3. Go to /-/pipelines of the new project.
  4. For any of the pipelines, visit the build:linux job of the build stage.
  5. Click Browser Artifacts.
  6. Click ci_artifacts.txt.
Edited by Paul Slaughter

Merge request reports