Sha256: f6058e88041fe001cce30e7561699118f05a1628534e2eb146f8d1b1a20f20ad
Contents?: true
Size: 517 Bytes
Versions: 3
Compression:
Stored size: 517 Bytes
Contents
<script id="fileupload_tmpl" type="text/x-jquery-tmpl" xmlns="http://www.w3.org/1999/html"> <div class="asset ill" data-id="${id}" id="asset_${id}"> <%= link_to '', '/admin/assets/${id}', :title => t('admin.delete'), :remote => true, :method => :delete, :data => {:confirm => t('admin.delete_confirmation')}, :class => 'fileupload-cancel del' %> <a href="${url}" class="fileupload-file fancybox" rel='fancybox'> <img src="${thumb_url}" title="${filename}"> </a> </div> </script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ab_admin-0.1.2 | app/views/admin/fileupload/_tmpl.html.erb |
ab_admin-0.1.1 | app/views/admin/fileupload/_tmpl.html.erb |
ab_admin-0.1.0 | app/views/admin/fileupload/_tmpl.html.erb |