Sha256: adc41d30464cc92089fc67e486f825c381be1980e583638addd94cd382619173

Contents?: true

Size: 562 Bytes

Versions: 12

Compression:

Stored size: 562 Bytes

Contents

  <div id="slideshow" class="">
    <!-- Wrapper for slides -->
    <div class="slideshow-inner">
      <%= render collection: documents, as: :document, partial: 'index_slideshow', locals: {count: documents.count} %>
    </div>

    <!-- Controls -->
    <a class="left carousel-control prev" href="#slideshow" data-slide="prev">
      <span class="glyphicon glyphicon-chevron-left"></span>
    </a>
    <a class="right carousel-control next" href="#slideshow" data-slide="next">
      <span class="glyphicon glyphicon-chevron-right"></span>
    </a>

  </div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-gallery-0.6.1 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.6.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.4.1 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.5.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.4.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.3.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.2.1 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.2.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.1.2 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.1.1 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.1.0 app/views/catalog/_slideshow.html.erb
blacklight-gallery-0.0.2 app/views/catalog/_slideshow.html.erb