Sha256: 78ade2bbc43a455b1b08e2b87a32a43fe6cf771c1e6f206569b38859982ada9d

Contents?: true

Size: 203 Bytes

Versions: 7

Compression:

Stored size: 203 Bytes

Contents

<% if flash[:alert].present? %>
  <div class="alert"><%= flash[:alert].html_safe %></div>
<% end %>

<% if flash[:notice].present? %>
  <div class="alert"><%= flash[:notice].html_safe %></div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
maily-2.1.0 app/views/maily/shared/_flash_messages.html.erb
maily-2.0.2 app/views/maily/shared/_flash_messages.html.erb
maily-2.0.1 app/views/maily/shared/_flash_messages.html.erb
maily-2.0.0 app/views/maily/shared/_flash_messages.html.erb
maily-1.0.0 app/views/maily/shared/_flash_messages.html.erb
maily-0.12.3 app/views/maily/shared/_flash_messages.html.erb
maily-0.12.2 app/views/maily/shared/_flash_messages.html.erb