Sha256: cdb5faa510ef732fd1a6d5f0e21f58d0315bc09219137ad884ea94fb85625a43

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

<li data-asset-id="<%= file.id %>" class='file'>
	<%= link_to file.name, file.file.url(:original), :class => file_icon_class(file) %>
	<%= link_to 'Delete', transit.package_asset_path(file), :method => :delete, :remote => true, :confirm => "Are you sure you want to delete this image?\n\nNOTE: Make sure you remove any links to this file from your copy if you've used it.\n\n", :class => 'icon_delete', :title => 'Delete File' %>
</li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transit-0.0.2 app/views/transit/assets/_file.html.erb