psu-libraries/psulib_blacklight

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

Summary

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

  <% component.with(:body) do %>
    <%= render 'report_issue_form' %>
  <% end %>
<% end %>