Sha256: 23a9b0d8c34a619ca28a1063f69b6c6abd13327f850c674a9884a11df1a6663b
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 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 '×'.html_safe, '#', :class => 'close' %> <%= flash[message_type] %> </div> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jabe-0.9.1 | app/views/layouts/jabe/_flash_messages.html.erb |
jabe-0.9.0 | app/views/layouts/jabe/_flash_messages.html.erb |