Sha256: 9070d3cdcda2529a2b67c5177ce2af1628c9d6817f63eddca98a2bc9eb9bf545

Contents?: true

Size: 656 Bytes

Versions: 34

Compression:

Stored size: 656 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-bs-dismiss="modal" data-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

34 entries across 34 versions & 2 rubygems

Version Path
blacklight-7.40.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.39.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.38.0 app/components/blacklight/system/modal_component.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/components/blacklight/system/modal_component.html.erb
blacklight-7.37.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.36.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.36.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.36.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.35.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.34.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.33.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.33.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.32.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.31.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.30.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.29.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.28.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.27.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.27.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.26.1 app/components/blacklight/system/modal_component.html.erb