Skip to content

Instantly share code, notes, and snippets.

@jcieslar
Created October 17, 2014 13:59
Show Gist options
  • Save jcieslar/ac5059ba786e550b1765 to your computer and use it in GitHub Desktop.
Save jcieslar/ac5059ba786e550b1765 to your computer and use it in GitHub Desktop.
alert class - rails helper
def alert_class(key)
case key
when 'notice'
'notice-class foo bar'
when 'error'
'error bar'
end
enb
- flash.each do |key ,msg|
.new-alert class="#{alert_class(key)}"
.new-alert__close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment