Sha256: 98b026a494f2b7fcb03a8e8dd3476c8ffb959604a0be013da3eb593502ba41e1

Contents?: true

Size: 635 Bytes

Versions: 21

Compression:

Stored size: 635 Bytes

Contents

<div data-blacklight-modal="container">
  <%= prefix %>

  <div class="modal-header">
    <%= header || (capture do %>
      <h1 class="modal-title"><%= title %></h1>
    <% end) %>

    <button type="button" class="blacklight-modal-close btn-close close" data-bl-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
      <span aria-hidden="true" class="visually-hidden">&times;</span>
    </button>
  </div>

  <%= body || (capture do %>
    <div class="modal-body">
      <%= content %>
    </div>
  <% end) %>

  <% if footer.present? %>
    <div class="modal-footer">
      <%= footer %>
    </div>
  <% end %>
</div>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/components/blacklight/system/modal_component.html.erb
blacklight-8.6.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.5.1 app/components/blacklight/system/modal_component.html.erb
blacklight-8.5.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.4.0 app/components/blacklight/system/modal_component.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/components/blacklight/system/modal_component.html.erb
blacklight-8.3.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.2.2 app/components/blacklight/system/modal_component.html.erb
blacklight-8.2.1 app/components/blacklight/system/modal_component.html.erb
blacklight-8.2.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.1.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.1 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta8 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta7 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta6 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta5 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta4 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta3 app/components/blacklight/system/modal_component.html.erb
blacklight-8.0.0.beta2 app/components/blacklight/system/modal_component.html.erb