Sha256: 698f29b1b6032d02f65f4072c0a092b3c052f075c39883685f8a5b43a77cb37c
Contents?: true
Size: 841 Bytes
Versions: 8
Compression:
Stored size: 841 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'> <%= list_view_image.title %> <span class="preview"> </span> </span> <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 => t('.edit_this_image') %> <%= link_to refinery_icon_tag('delete.png'), admin_image_path(list_view_image), :class => "cancel confirm-delete", :title => t('.delete.title') %> </span> </li> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems