Sha256: 5ff4a420d087763219874f963b24c4310e01af36390aa6501b0e6f5b1accf200

Contents?: true

Size: 719 Bytes

Versions: 26

Compression:

Stored size: 719 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.scoped %>		
  </div>

  <% unless @attachments.last_page? %>
    <div class="pagination">
      <%= link_to I18n.t("ckeditor.buttons.next"), params.merge(:page => @attachments.next_page), :class => "next", :rel => "next" %>
    </div>
  <% end -%>

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

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
ckeditor-4.1.3 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.7.4 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.2 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.7.3 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.7.2 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.7.1 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.7 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.6 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.1 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.3.4 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.3.3 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.3.2 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.3.1 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.4.3.0 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.3.2.6 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.0 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.3.2.5 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.0.11 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.3.2.4 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.3.2.3 app/views/ckeditor/attachment_files/index.html.erb