Skip to content

Commit

Permalink
Remove Meetings from the footer menu
Browse files Browse the repository at this point in the history
It's already there
  • Loading branch information
andreslucena committed Dec 13, 2023
1 parent c3ba9e1 commit 7365428
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit 7365428

Please sign in to comment.