<% html_options = { "class" => "thumbnail", "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 %>
- File name: <%= attachment.name %>
- File type: <%= attachment.mime_type %>
- Dimensions: <%= attachment.width %> x <%= attachment.height %>