Sha256: 2b389d98aa3a5946267a3a62b9650e31eb4ab23d3aa0d9211c8b8d049d439e5a
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
- unless flash.empty? .container - flash.each do |name, msg| - bootstrap_type = 'info' - bootstrap_type = 'danger' if ['alert'].include?(name) %div{ class: "alert alert-#{bootstrap_type}"} %button.close{ type: 'button', 'data-dismiss' => 'alert', 'aria-hidden' => 'true'} × %strong - if bootstrap_type == 'danger' Warning! - else Heads up! = msg
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appt-0.0.1.beta.3 | app/views/appt/shared/_flash.html.haml |
appt-0.0.1.beta.2 | app/views/appt/shared/_flash.html.haml |