estum / growlyflash

Growl-styled flash messages for Ruby on Rails and Bootstrap
MIT License
58 stars 34 forks source link

Support Bootstrap 3 style alerts #3

Closed lobo-tuerto closed 9 years ago

lobo-tuerto commented 10 years ago

Added appropiate style types to support bootstrap 3 style alerts.

Maybe you should increase the major version to announce the breaking changes with bootstrap 2?

lobo-tuerto commented 10 years ago

Need to make it work with turbolinks for full Rails 4 support though.

Right now it works if you add:

data-no-turbolink=""

to your body tag in your app layout.

estum commented 10 years ago

Thanks. I'll try to add new version shortly.