Sha256: 8a1a50942fa8a9dfdebce0d8848f09c93836aba40e2414070599285932fc14c0

Contents?: true

Size: 445 Bytes

Versions: 4

Compression:

Stored size: 445 Bytes

Contents

<li class="clickable">
  <img  id="image<%= file.id %>"
        src="<%= file.image.url(:thumb) %>" 
        data-uris="<%= file.style_uris %>"
        data-rich-image-id="<%= file.id %>"
  />
  <p><%= file.image.original_filename %></p>
  <%= link_to "delete", "/rich/files/"+file.id.to_s, :method => :delete, :remote => true, :confirm => "Are you sure you want to delete this image?", :class => "delete", :title => "Delete this image" %>
</li>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rich-0.0.4 app/views/rich/files/_image.html.erb
rich-0.0.3 app/views/rich/files/_image.html.erb
rich-0.0.2 app/views/rich/files/_image.html.erb
rich-0.0.1 app/views/rich/files/_image.html.erb