seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.49k stars 997 forks source link

How to include jumbotron component #672

Closed geokira closed 10 years ago

geokira commented 10 years ago

I am trying to include the jumbotron component as described in the page below, but I am not finding a way to do it.

http://getbootstrap.com/components/#jumbotron

Any help will be appreciated.

mcianni commented 10 years ago

The master branch is still on Bootstrap v2.3.2 and the docs you linked are for Bootstrap 3. The class for that component was changed from .hero-unit to .jumbotron.

waqar-baig commented 10 years ago

Probably you can use the 'bootstrap3' branch for working with Bootstrap 3.0.3 Then you will be able to use all the cool new features.