Sha256: 72f99e0bafbdedd924a28b59ebdf1fcac9b211c39f77ba49a404718a0301bdbf

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

<div id="fileupload" class="gal-holder">
  <div class="gal-item">
    <div class="fileupload-button gal-upload-holder">
  		<%= link_to I18n.t(:upload, :scope => [:ckeditor, :buttons]), '#', :class => "add" %>
		</div>
	</div>
  
  <div class="fileupload-list">
    <%= render :partial => 'ckeditor/shared/asset', :collection => @attachments %>		
  </div>
</div>

<script type="text/javascript">
  <%= Ckeditor::Utils.js_fileuploader('attachments') %>
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ckeditor-3.6.2 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-3.6.1 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-3.6.0 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-3.6.0.pre app/views/ckeditor/attachment_files/index.html.erb