18F/hhs-acf-uc-dashboard

View on GitHub
app/views/layouts/_flash.html.erb

Summary

Maintainability
Test Coverage
<% if [:notice, :success, :info, :alert, :warn, :error].include?(type.to_sym) %>
<div class="usa-alert usa-alert-<%= type %>">
  <div class="usa-alert-body">
    <h3 class="usa-alert-heading"><%= value %></h3>
  </div>
</div>
<% end %>