NavbarLinks adds a custom link to your decidim menu.
Admin view:
Homepage view:
Add this line to your application's Gemfile:
gem 'decidim-navbar_links', git: "https://github.com/OpenSourcePolitics/decidim-module-navbar_links"
And then execute:
$ bundle
$ bundle exec rake decidim_navbar_links:install:migrations
$ bundle exec rake db:migrate
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.