Skip to content

Frontend: Remove code for about section in details page

What does this MR do and why?

Follow up from #438262 (closed)

Since we reorganized the details page, we are now removing the dead code.

Screenshots or screen recordings

No UI Changes

How to set up and validate locally

  1. If you need catalog projects - bundle exec rake "gitlab:seed:ci_catalog_resources[Twitter, 50]"
  2. Navigate to /explore/catalog
  3. Click on any project to navigate to the details page
  4. Notice that everything in the header renders okay. You should have an avatar, a namespace, a title, and a description.

Related to #452096 (closed)

Edited by Briley Sandlin

Merge request reports