Sha256: fa76debf74704b57e0429f8b118219867e72658de3fbe455f38e019f2d1067af

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 Bytes

Contents

<!-- Toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true" style="position:relative; top:0; right:0;" data-delay="5000">
  <div class="toast-header">
    <strong class="mr-auto">GEOMG</strong>
    <small class="text-muted">just now</small>
    <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>
  <div class="toast-body">
    <%= toast %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geoblacklight_admin-0.1.0 app/views/admin/shared/_toast.html.erb
geoblacklight_admin-0.0.1 app/views/admin/shared/_toast.html.erb