Sha256: 0a04b867eef5bbd849746e58d71199132e5f16c1826744348461ec4b15962e1e

Contents?: true

Size: 478 Bytes

Versions: 3

Compression:

Stored size: 478 Bytes

Contents

<!-- The Gallery as lightbox dialog, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" <%= Blueimp::Gallery::Configuration.options_as_data_attributes.map { |k,v| "#{k}=\"#{v}\"" }.join(" ").html_safe %>>
  <div class="slides"></div>
  <h3 class="title"></h3>
  <a class="prev">‹</a>
  <a class="next">›</a>
  <a class="close">×</a>
  <a class="play-pause"></a>
  <ol class="indicator"></ol>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails-blueimp-gallery-1.0.0 app/views/blueimp/gallery/application_view_helper/_prepare_modal.html.erb
rails-blueimp-gallery-0.0.2 app/views/blueimp/gallery/application_view_helper/_prepare_modal.html.erb
rails-blueimp-gallery-0.0.1 app/views/blueimp/gallery/application_view_helper/_prepare_modal.html.erb