Sha256: 40e7efb495756ac11a20905e9ea0b490849abbf320b9b41abc90f56d5bb2797c

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

<% if flash[:notice] %>
  <div class="alert alert-success" role="alert"><%= flash[:notice] %></div>
<% end %>

<% if flash[:alert] %>
  <div class="alert alert-danger" role="alert"><%= flash[:alert] %></div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
panoptic-0.5.0 app/views/panoptic/shared/_flashes.html.erb
panoptic-0.4.2 app/views/panoptic/shared/_flashes.html.erb
panoptic-0.4.1 app/views/shared/_flashes.html.erb
panoptic-0.4.0 app/views/shared/_flashes.html.erb