Sha256: 82d87c6059eff36449cc8fedc14ca25ef25f82cfac2dc80769ae0fa41fcbce9c

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 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 => @pictures %>		
  </div>
</div>

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

Version data entries

4 entries across 4 versions & 1 rubygems

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