Sha256: c79d9d757a3c438de49fe5f21a74764507caffef47b05435a499d1f39ab2e32f
Contents?: true
Size: 1 KB
Versions: 24
Compression:
Stored size: 1 KB
Contents
<ul> <% @images.each do |image| -%> <% if image.parent_id.nil? %> <li id="sortable_<%= image.id %>" class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <%= link_to refinery_icon_tag('eye.png'), image.public_filename, :target => "_blank", :title => "#{image_fu image, :preview}" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_image_path(image), :title => 'Edit this image' %> <%= link_to refinery_icon_tag('delete.png'), admin_image_path(image), :confirm => "Are you sure you want to delete #{image.title}?", :class => "cancel", :method => :delete, :title => "Remove this image forever" %> </span> <%= image.title %> <span class="preview"> </span> </span> </li> <% end %> <% end -%> </ul>
Version data entries
24 entries across 24 versions & 1 rubygems