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.26.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.25.3 app/components/blacklight/system/modal_component.html.erb
blacklight-7.25.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.25.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.25.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.24.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.23.0.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.23.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.22.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.22.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.22.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.21.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.21.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.21.0 app/components/blacklight/system/modal_component.html.erb