projectblacklight/blacklight

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

Summary

Maintainability
Test Coverage
<%= render Blacklight::System::ModalComponent.new do |component| %>
  <% component.with_title { t('blacklight.email.form.title') } %>

  <% component.with_body do %>
    <%= render 'email_form' %>
  <% end %>
<% end %>