Sha256: b902297889426885f6c7a82aa013e8458bc18f96d3bd2d02143fa5ce903809eb

Contents?: true

Size: 598 Bytes

Versions: 18

Compression:

Stored size: 598 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 close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
      <span aria-hidden="true">&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

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-7.19.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.18.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.18.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.17.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.17.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.17.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.16.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.15.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.15.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.15.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.14.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.14.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.13.2 app/components/blacklight/system/modal_component.html.erb
blacklight-7.13.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.13.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.12.1 app/components/blacklight/system/modal_component.html.erb
blacklight-7.12.0 app/components/blacklight/system/modal_component.html.erb
blacklight-7.11.1 app/components/blacklight/system/modal_component.html.erb