Sha256: afc704a630246aa223a902ae377e35853a78a8d18068024dd6e179b548b95632

Contents?: true

Size: 894 Bytes

Versions: 35

Compression:

Stored size: 894 Bytes

Contents

<%= content_tag(:div, :id => dom_id(asset), :class => "gal-item", :"data-url" => image_path(asset.url_content)) do %>
  <%= link_to image_tag('ckeditor/filebrowser/images/gal_del.png',
    :title => I18n.t('ckeditor.buttons.delete')),
          polymorphic_path(asset, :format => :json),
          :remote => true,
          :method => :delete, 
          :data => {:confirm => t('ckeditor.confirm_delete')},
          :class => "fileupload-cancel gal-del" %>
	
	<div class="fileupload-file gal-inner-holder">
		<div class="img"><%= image_tag(asset.url_thumb, :title => asset.filename) %></div>
		<div class="img-data">
			<div class="img-name"><%= asset.filename %></div>
			<div class="time-size">
				<div class="time"><%= asset.format_created_at %></div>
				<div class="fileupload-size size"><%= number_to_human_size(asset.size) if asset.size %></div>
			</div>
		</div>
	</div>
<% end %>

Version data entries

35 entries across 35 versions & 4 rubygems

Version Path
danabr75-ckeditor-4.1.6 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.5.10.1 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.2.0 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.5.7.1 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.5.7 app/views/ckeditor/shared/_asset.html.erb
ckeditor_custom_controller-4.1.6 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.6 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.5 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.4 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.3 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.7.4 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.2 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.7.3 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.7.2 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.7.1 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.7 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.6 app/views/ckeditor/shared/_asset.html.erb
ckeditor-4.1.1 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.3.4 app/views/ckeditor/shared/_asset.html.erb
glebtv-ckeditor-4.4.3.3 app/views/ckeditor/shared/_asset.html.erb