Sha256: 7e2c802b05aa49ad5563a3b153c335ba8574eb9034895bbdd4001592f126d87e
Contents?: true
Size: 840 Bytes
Versions: 28
Compression:
Stored size: 840 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <%= link_to refinery_icon_tag('page_white_put.png'), resource.public_filename, :title => "Download this file (#{number_to_human_size(resource.size)})" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_resource_url(resource), :title => "Edit this file" %> <%= link_to refinery_icon_tag('delete.png'), admin_resource_path(resource), :confirm => "Are you sure you want to delete '#{resource.title}'?", :class => "cancel", :method => :delete, :title => "Remove this file forever" %> </span> <%=h resource.title %> <span class="preview">- <%= number_to_human_size(resource.size) %> - <%= resource.public_filename -%></span> </span> </li>
Version data entries
28 entries across 28 versions & 1 rubygems