sgruhier / foundation_rails_helper

Rails Helper for Zurb Fondation framework
MIT License
153 stars 83 forks source link

Adding closable keyword option to display_flash_messages #152

Closed jeffse closed 8 years ago

jeffse commented 8 years ago

Making a breaking change to display_flash_messages that requires the key_matching hash to be prefixed with the :key_matching keyword.

Adding the keyword option :closable to the display_flash_messages method that accepts a boolean true/false, defaulting to true.

If false, suppresses the close buttons on the callouts.

dgmstuart commented 8 years ago

@jeffse LGTM 👍

Thanks for contributing.

dsandstrom commented 8 years ago

Merge it into master

dgmstuart commented 8 years ago

@dsandstrom on it. I thought it would be too complicated to get this re-created off master