Sha256: a0d2048ccc0a2ee2ef312f65debb324ada9b2ed617990ddc9f44242c6c3252f0

Contents?: true

Size: 220 Bytes

Versions: 38

Compression:

Stored size: 220 Bytes

Contents

<% [:notice, :error, :alert].each do |type| %>
  <% if flash[type] %>
    <div class="ui-state-<%= type == :error ? 'error' : 'highlight' %> ui-corner-all <%= type.to_s %>"><%= flash[type] %></div>
  <% end %>
<% end %>

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
blacklight-3.8.2 app/views/_flash_msg.html.erb
blacklight-3.8.1 app/views/_flash_msg.html.erb
blacklight-3.8.0 app/views/_flash_msg.html.erb
blacklight-3.7.2 app/views/_flash_msg.html.erb
blacklight-3.7.1 app/views/_flash_msg.html.erb
blacklight-3.7.0 app/views/_flash_msg.html.erb
blacklight-3.6.1.1 app/views/_flash_msg.html.erb
blacklight-3.6.0 app/views/_flash_msg.html.erb
blacklight-3.5.0 app/views/_flash_msg.html.erb
blacklight-3.4.2 app/views/_flash_msg.html.erb
blacklight-3.4.1 app/views/_flash_msg.html.erb
blacklight-3.4.0 app/views/_flash_msg.html.erb
blacklight-3.3.2 app/views/_flash_msg.html.erb
hydra-head-4.0.0.rc5 app/views/_flash_msg.html.erb
hydra-head-4.0.0.rc4 app/views/_flash_msg.html.erb
hydra-head-4.0.0.rc3 app/views/_flash_msg.html.erb
blacklight-3.3.1 app/views/_flash_msg.html.erb
blacklight-3.3.0 app/views/_flash_msg.html.erb
hydra-head-4.0.0.rc2 app/views/_flash_msg.html.erb
hydra-head-3.3.0 app/views/_flash_msg.html.erb