Sha256: 35df3d82c1b4e462b062e170700fde97664f1c01dbac69bf256aa42cba0b98cf

Contents?: true

Size: 772 Bytes

Versions: 14

Compression:

Stored size: 772 Bytes

Contents

<script id="fileupload_tmpl" type="text/x-jquery-tmpl">
<div id="asset_${id}" class="gal-item" data-url="${url_content}">
  <%= link_to '', "/ckeditor/${controller}/${id}.json",
          remote: true,
          method: :delete,
          title: I18n.t('ckeditor.buttons.delete'),
          data: { confirm: t('ckeditor.confirm_delete') },
          class: "fileupload-cancel gal-del" %>

  <div class="fileupload-file gal-inner-holder">
    <div class="img"><img src="${url_thumb}" title="${filename}"></div>
    <div class="img-data">
      <div class="img-name">${filename}</div>
      <div class="time-size">
        <div class="time">${format_created_at}</div>
        <div class="fileupload-size size">${size}</div>
      </div>
    </div>
  </div>
</div>
</script>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
ckeditor-5.1.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-5.1.2 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-5.1.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.14.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-5.1.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.13.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.13.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-5.0.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.3.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.7.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.2.4 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.2.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.2.2 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.2.1 app/views/ckeditor/shared/_asset_tmpl.html.erb