Sha256: 0b0b698271711de0e2d558b635741a316f0f7847de36c423812a4685e8deee69

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 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]), 'javascript:void(0)', :class => "add" %>
		</div>
	</div>
  
  <div class="fileupload-list">
    <%= render :partial => 'ckeditor/shared/asset', :collection => @attachments %>		
  </div>
</div>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullstack-ckeditor-0.1.4 app/views/admin/ckeditor/attachments/index.html.erb
fullstack-ckeditor-0.1.3 app/views/admin/ckeditor/attachments/index.html.erb