Sha256: 413759e42a501a8bedd7a7f298edc7dcf09848c5a2e2dc972aa01ead83bd77a1
Contents?: true
Size: 481 Bytes
Versions: 13
Compression:
Stored size: 481 Bytes
Contents
<% if headless_mode? %> <%= image_tag thumb, :alt => preview %> <% else %> <% html_options = { "data-toggle" => "modal", "modal-id" => "#{item.id}_#{attribute}" } %> <%= render :partial => 'admin/templates/modals/dragonfly', :locals => { :html_options => html_options, :preview => preview, :attachment => attachment } %> <%= link_to "#preview_#{html_options['modal-id']}", html_options do %> <%= image_tag thumb, :alt => preview %> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems