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