bootstrap_flash_messages icon indicating copy to clipboard operation
bootstrap_flash_messages copied to clipboard

Bootstrap alerts and Rails flash messages combined in one easy-to-use gem.

Results 4 bootstrap_flash_messages issues
Sort by recently updated
recently updated
newest added

... to make it easier to satisfy legal teams when using the software. Sorry to be picky but I did just get a "what's the license?" response to a PR...

I get this message when trying to show :flash => :notice from private message. Everything else seems to work perfectly... def set_standard @standard = Standard.for(current_user).find(params[:id]) rescue ActiveRecord::RecordNotFound redirect_to(standards_path, :flash =>...

Sometimes we need to use ``` ruby assert_redirected_to any_url ``` But when I have flash message, URL seems like any_url?flash=success. Than my test is failed. ``` ruby assert_redirected_to "any/url?flash=success" ```...