OpenSourcePolitics / decidim-module-navbar_links

Module that lets you add entries to the Decidim secondary navbar. Now deprecated, check decidim_awesome for a similar functionnality
GNU Affero General Public License v3.0
3 stars 11 forks source link

Decidim::NavbarLinks

CircleCI Maintainability Test Coverage

Usage

NavbarLinks adds a custom link to your decidim menu.

Admin view: Admin view

Homepage view: Home view

Installation

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

Contributing

See Decidim.

License

This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.