Skip to content

TopNavRedesign: Finish migrating to top_nav_view_model

Paul Slaughter requested to merge 301143-part-3-finish-top-nav-view-model into master

What does this MR do?

In the previous MR we set up the structure for building the top_nav_view_model which powers the FE for the new top nav redesign. This MR fills in the details and finishes migrating over links from the old views.

The HAML files we are migrating over include:

  • app/views/layouts/nav/_explore.html.ham for unauthenticated users
  • app/views/layouts/nav/_dashboard.html.ham for authenticated users
  • app/views/layouts/nav/projects_dropdown/_show.html.haml
  • app/views/layouts/nav/groups_dropdown/_show.html.haml

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #301143 (closed)

Edited by Paul Slaughter

Merge request reports