Sha256: 22597a1bad06cac5f689c7c9020846d4d5cfebcc3a0296fe337c1c5bc222429f
Contents?: true
Size: 800 Bytes
Versions: 29
Compression:
Stored size: 800 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), :class => "cancel confirm-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
29 entries across 29 versions & 2 rubygems