Sha256: 5f2c3f3b7b5993d3ffbb08b2d9106e262a0ba6cace7be2500e5a2db2ceae1655
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
<div class="modal fade bootsy-modal" tabindex="-1" role="dialog" aria-hidden="true" data-no-turbolink data-gallery-id="<%= container.bootsy_image_gallery_id %>"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 class="modal-title"><%= t 'bootsy.image.p' %></h3> </div> <div class="modal-body"> <div class="alert bootsy-empty-alert"> <%= t 'bootsy.no_images_uploaded' %> </div> <div class="row bootsy-gallery"></div> <%= image_tag 'bootsy/gallery-loader.gif', class: 'bootsy-gallery-loader' %> <%= refresh_btn %> </div> <div class="modal-footer"> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootsy-2.0.1 | app/views/bootsy/images/_modal.html.erb |
bootsy-2.0.0 | app/views/bootsy/images/_modal.html.erb |