Sha256: c27611d3e21e2c5a15754a3586be83fc82c9fad04593ace7ca28e764858d70c1

Contents?: true

Size: 251 Bytes

Versions: 11

Compression:

Stored size: 251 Bytes

Contents

<% if flash_notice = flash[:notice] %>
  <div class="ui-state-highlight ui-corner-all notice"><%= flash_notice %></div>
<% end %>
<% if flash_error = flash[:error] %>
  <div class="ui-state-error ui-corner-all error"><%= flash_error %></div>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-3.1.2 app/views/_flash_msg.html.erb
blacklight-3.1.1 app/views/_flash_msg.html.erb
blacklight-3.1.0 app/views/_flash_msg.html.erb
blacklight-3.0.0 app/views/_flash_msg.html.erb
blacklight-3.0.0pre8 app/views/_flash_msg.html.erb
blacklight-3.0.0pre7 app/views/_flash_msg.html.erb
blacklight-3.0.0pre6 app/views/_flash_msg.html.erb
blacklight-3.0.0pre4 app/views/_flash_msg.html.erb
blacklight-3.0.0pre3 app/views/_flash_msg.html.erb
blacklight-3.0pre2 app/views/_flash_msg.html.erb
blacklight-3.0pre1 app/views/_flash_msg.html.erb