Sha256: 5a0ccd6c49dc3913c3edb89f480b18fac202cea9a167b8522a8a7738dd4eb028

Contents?: true

Size: 746 Bytes

Versions: 14

Compression:

Stored size: 746 Bytes

Contents

<div class="card index-status border-info mb-3" style='display:none;'>
  <h3 class="card-header bg-info text-white h4"><%= t('.heading') %></h3>
  <div class="card-body">
    <p data-behavior='monitor-start'>
      <span class="text-muted" data-behavior='date'></span> <%= t('.begin_html') %>
    </p>
    <p data-behavior='monitor-current'>
      <span class="text-muted" data-behavior='date'></span> <%= t('.completed_html') %>
    </p>

    <p class="bg-warning" data-behavior='monitor-error' style='display:none;'>
      <%= t('.error') %>
    </p>

    <div class="progress">
      <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="" aria-valuemin="0" aria-valuemax=""></div>
    </div>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.rc4 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.rc3 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.rc2 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.rc1 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.10 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.9 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.8 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.7 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.6 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.5 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.4 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.3 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/catalog/_reindex_progress_panel.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/catalog/_reindex_progress_panel.html.erb