Sha256: 32473390a3695b1ab99337366493514c96fa6bfbe09e0942169d4b92fba4838d

Contents?: true

Size: 279 Bytes

Versions: 32

Compression:

Stored size: 279 Bytes

Contents

<% [:notice, :error, :alert].each do |level| %>
  <% unless flash[level].blank? %>
    <div class="flash alert alert-<%= flash_class(level) %>">
      <a class="close" href="#" data-dismiss="alert">×</a>
      <%= content_tag :p, flash[level] %>
    </div>
  <% end %>
<% end %>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
jetfuel-1.19.24 templates/_flashes.html.erb
jetfuel-1.19.23 templates/_flashes.html.erb
jetfuel-1.19.22 templates/_flashes.html.erb
jetfuel-1.19.21 templates/_flashes.html.erb
jetfuel-1.19.20 templates/_flashes.html.erb
jetfuel-1.19.19 templates/_flashes.html.erb
jetfuel-1.19.18 templates/_flashes.html.erb
jetfuel-1.19.17 templates/_flashes.html.erb
jetfuel-1.19.16 templates/_flashes.html.erb
jetfuel-1.19.15 templates/_flashes.html.erb
jetfuel-1.19.14 templates/_flashes.html.erb
jetfuel-1.19.13 templates/_flashes.html.erb
jetfuel-1.19.12 templates/_flashes.html.erb
jetfuel-1.19.11 templates/_flashes.html.erb
jetfuel-1.19.10 templates/_flashes.html.erb
jetfuel-1.19.9 templates/_flashes.html.erb
jetfuel-1.19.8 templates/_flashes.html.erb
jetfuel-1.19.7 templates/_flashes.html.erb
jetfuel-1.19.6 templates/_flashes.html.erb
jetfuel-1.19.5 templates/_flashes.html.erb