Skip to content

Commit

Permalink
Remove Meetings from the footer and the breadcrumb menu
Browse files Browse the repository at this point in the history
It's already there in the two cases
  • Loading branch information
andreslucena committed Dec 13, 2023
1 parent c3ba9e1 commit eab1ff5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions config/initializers/metadecidim_menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
position: 20,
active: :inclusive

meetings_path = Decidim::Meetings::DirectoryEngine.routes.url_helpers.root_path
menu.add_item :meetings,
I18n.t("menu.meetings", scope: "decidim"),
meetings_path,
position: 30,
active: :inclusive

governance_path = Decidim::Assemblies::Engine.routes.url_helpers.assembly_path("our-governance")
menu.add_item :governance,
I18n.t("menu.governance", scope: "decidim"),
Expand Down
2 changes: 0 additions & 2 deletions spec/features/menu_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
expect(page).to have_content("Home")
expect(page).to have_content("Start here")
expect(page).to have_content("Participate")
expect(page).to have_content("Meetings")
expect(page).to have_content("Our governance")
expect(page).to have_content("News")
expect(page).to have_content("Chat")
Expand All @@ -70,7 +69,6 @@
expect(page).to have_content("Home")
expect(page).to have_content("Start here")
expect(page).to have_content("Participate")
expect(page).to have_content("Meetings")
expect(page).to have_content("Our governance")
expect(page).to have_content("News")
expect(page).to have_content("Chat")
Expand Down

0 comments on commit eab1ff5

Please sign in to comment.