Sha256: 7735ace7bacbd237e5e163c7e94d48c2dc024802028ee1d4ec120b8ae4bd1bc8

Contents?: true

Size: 698 Bytes

Versions: 1

Compression:

Stored size: 698 Bytes

Contents

<div style="margin: 0 0 0.5em 0;">

  <div style="float: left;">
    <%= link_to preview, :class => "fancybox" do %>
      <%= image_tag thumb, options.merge(:alt => preview) %>
    <% end %>
  </div>

  <div style="float: left;">
    <ul style="margin: 0 0 0 15px!important;">
      <li><strong>File name:</strong> <%= attachment.name %></li>
      <li><strong>File type:</strong> <%= attachment.mime_type %></li>
      <% if @item.respond_to?(:created_at) %>
        <li><strong>Upload date:</strong> <%= @item.created_at %></li>
      <% end %>
      <li><strong>Dimensions:</strong> <%= attachment.width %> x <%= attachment.height %></li>
    </ul>
  </div>

  <div class="clear"></div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typus-3.1.0.rc19 app/views/admin/templates/_dragonfly_form_preview.html.erb