Sha256: 7998168ebfe0115f29abfc561e758db09d8d7ed31657f58c38ad659e51ba9db6

Contents?: true

Size: 791 Bytes

Versions: 3

Compression:

Stored size: 791 Bytes

Contents

<% image ||= @product.images.first
   if image %>
  <a href="<%= image.attachment.url(:large) %>" class="thumbnail gallery-item" title="<%= t(:click_to_enlarge) %>">
    <%= image_tag(image.attachment.url(:product)) %>
  </a>
<% else %>
  <%= product_image(@product) %>
<% end %>


<div id="modal-gallery" class="modal modal-gallery hide fade">
  <div class="modal-header">
    <a class="close" data-dismiss="modal">&times;</a>
    <h3 class="modal-title"></h3>
  </div>
  <div class="modal-body"><div class="modal-image"></div></div>
  <div class="modal-footer">
    <a class="btn btn-info modal-prev"><i class="icon-arrow-left icon-white"></i> <%= t(:previous) %></a>
    <a class="btn btn-primary modal-next"><%= t(:next) %> <i class="icon-arrow-right icon-white"></i></a>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
synergy_bootstrap_theme-0.0.4 app/views/products/_image.html.erb
synergy_bootstrap_theme-0.0.3 app/views/products/_image.html.erb
synergy_bootstrap_theme-0.0.2 app/views/products/_image.html.erb