Sha256: 2df8170b3957bdf001b2f0477f9b66fb2cd35a7767da6560d6cbe303c802793d

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

<% [:error, :warning, :success, :info, :notice, :alert].each do |message_type| %>
  <% if flash[message_type] %>
    <div class="<%= "alert alert-#{message_type} fade in" %>">
      <%= link_to '&times;'.html_safe, '#', :class => 'close' %>
      <p>
        <%= flash[message_type] %>
      </p>
    </div>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jabe-0.8.0 app/views/layouts/jabe/_flash_messages.html.erb