Sha256: 91a38fc89bd368a9b1ff7475ab2e9358299fb5a06a889fd60e762364a2f057b9

Contents?: true

Size: 537 Bytes

Versions: 7

Compression:

Stored size: 537 Bytes

Contents

<script id="fileupload_tmpl" type="text/x-jquery-tmpl">
<div class="asset ill" id="asset_${id}">
  <%= link_to image_tag("manage/empty.gif", :alt=>t('manage.delete'), :title=>t('manage.delete')), 
          "/manage/assets/${id}", 
          :remote => true,
          :method => :delete, 
          :confirm => t('manage.confirm_delete'),
          :class => "fileupload-cancel del" %>

  <a href="${url}" class="fileupload-file fancybox">
    <img width="80" height="80" src="${thumb_url}" title="${filename}">
  </a>
</div>
</script>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sunrise-core-0.2.2 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.2.1 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.2.0 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.1.5 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.1.4 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.1.3 app/views/manage/fileupload/_tmpl.html.erb
sunrise-core-0.1.2 app/views/manage/fileupload/_tmpl.html.erb