_semantic_flash.html.haml 94 B

1
  1. = react_component("FlashAlerts", props: {alerts: flash.map { |k,v| {klass: k, message: v} }})