Sha256: a9935578a776ba5190706bf82eb6637235feff4003d08a139eaaaa0c9c58999a

Contents?: true

Size: 363 Bytes

Versions: 5

Compression:

Stored size: 363 Bytes

Contents

<% flash.each do |type, msg| %>
  <%
    type = { alert: :danger, warning: :warning, success: :success }[type.to_sym] || :primary
  %>
  <div class="alert alert-<%= type %> alert-dismissible fade show" role="alert" data-turbo-temporary>
    <%= msg %>
    <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
    </div>
  <% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
plutonium-0.8.0 app/views/application/_flash_alerts.html.erb
plutonium-0.6.2 app/views/resource/_flash.html.erb
plutonium-0.6.1 app/views/resource/_flash.html.erb
plutonium-0.6.0 app/views/resource/_flash.html.erb
plutonium-0.5.0 app/views/resource/_flash.html.erb