Sha256: f0d4618d36fd71d386f20ce20fc5641815474900eb0cb4344c9cc5d41365643d

Contents?: true

Size: 351 Bytes

Versions: 19

Compression:

Stored size: 351 Bytes

Contents

<div class="flash_messages">
  <% [:success, :notice, :error, :alert].each do |type| %>
    <%- alert_class = type == :notice ? 'info' : type %>
    <% if flash[type] %>
      <div class="alert alert-<%=alert_class%>"><%= flash[type] %>
         <a class="close" data-dismiss="alert" href="#">&times;</a>
      </div>
    <% end %>
  <% end %>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/_flash_msg.html.erb
blacklight-4.8.0 app/views/_flash_msg.html.erb
blacklight-4.7.0 app/views/_flash_msg.html.erb
blacklight-4.7.0.pre1 app/views/_flash_msg.html.erb
blacklight-4.6.3 app/views/_flash_msg.html.erb
blacklight-4.6.2 app/views/_flash_msg.html.erb
blacklight-4.6.1 app/views/_flash_msg.html.erb
blacklight-4.6.0 app/views/_flash_msg.html.erb
blacklight-4.5.0 app/views/_flash_msg.html.erb
blacklight-4.5.0.rc1 app/views/_flash_msg.html.erb
blacklight-4.4.2 app/views/_flash_msg.html.erb
blacklight-4.4.1 app/views/_flash_msg.html.erb
blacklight-4.4.0 app/views/_flash_msg.html.erb
blacklight-4.3.0 app/views/_flash_msg.html.erb
blacklight-4.2.2 app/views/_flash_msg.html.erb
blacklight-4.2.1 app/views/_flash_msg.html.erb
blacklight-4.2.0 app/views/_flash_msg.html.erb
blacklight-4.1.0 app/views/_flash_msg.html.erb
blacklight-4.0.1 app/views/_flash_msg.html.erb