header: use active_link_to for setting the active class on links
This commit is contained in:
parent
8c680347dd
commit
a569a566fc
3 changed files with 10 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue