psu-libraries/psulib_blacklight

View on GitHub
app/views/catalog/report_issue_success.html.erb

Summary

Maintainability
Test Coverage
<%= render Blacklight::System::ModalComponent.new do |component| %>
  <% component.with(:title, t('blacklight.email.success')) %>

  <%= render partial: '/shared/flash_msg' %>
  <span data-blacklight-modal="close"></span>
<% end %>