projectblacklight/blacklight

View on GitHub
app/components/blacklight/system/flash_message_component.html.erb

Summary

Maintainability
Test Coverage
<div class="alert <%= @classes %>">
  <%= message %>
  <%= tag.button button_contents, type: "button", class: "btn-close",
                     data: { dismiss: "alert", bs_dismiss: "alert" },
                     aria: { label: "Close" } %>
</div>