header: use active_link_to for setting the active class on links

This commit is contained in:
Pierre de La Morinerie 2018-06-20 16:02:41 +02:00
parent 8c680347dd
commit a569a566fc
3 changed files with 10 additions and 3 deletions

View file

@ -32,6 +32,9 @@ gem 'haml-rails'
# bootstrap saas
gem 'bootstrap-sass', '~> 3.3.5'
# Automatically set a class on active links
gem 'active_link_to'
# Pagination
gem 'kaminari'