Sha256: 33a8a1374281a5b1d5abf773ababe15897e457625422517397ce2bdc32226005
Contents?: true
Size: 926 Bytes
Versions: 18
Compression:
Stored size: 926 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
18 entries across 18 versions & 1 rubygems