Sha256: b273043a6c669ff8f5e2a0077a8af2f177f8dec13e1c126eccd7ae191f70efd8

Contents?: true

Size: 188 Bytes

Versions: 14

Compression:

Stored size: 188 Bytes

Contents

<div class="flash">
  <% flash.each do |type, message| -%>
    <div class="message <%= type == :notice ? 'alert-info' : type %>">
      <p><%= message %></p>
    </div>
  <% end -%>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
voluntary-0.3.0 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.2.4 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.2.3 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.2.2 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.2.1 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.2.0 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.1.0 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.1.0.rc4 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.1.0.rc3 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.1.0.rc2 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.1.0.rc1 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.0.3 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.0.2 app/views/layouts/shared/_flash_messages.html.erb
voluntary-0.0.1 app/views/layouts/shared/_flash_messages.html.erb