1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Use bh gem (bootstrap helpers), make use of it for navbar

This commit is contained in:
2014-12-10 17:14:03 +01:00
parent 5bbf385fdf
commit 5bbed9573c
3 changed files with 14 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
gem 'bootstrap-sass', '~> 3.3.1'
gem 'autoprefixer-rails'
gem 'bh', '~> 1.2'
gem 'will_paginate', '~> 3.0.6'
gem 'will_paginate-bootstrap'