Sha256: 9b96147fc4fcddf69514fc9b6a97237fb1f2a729f926a2b91a112766d1d36d40

Contents?: true

Size: 747 Bytes

Versions: 10

Compression:

Stored size: 747 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"), ckeditor.attachment_files_path(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

10 entries across 10 versions & 3 rubygems

Version Path
glebtv-ckeditor-4.6.0 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.5.10.3 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.5.10.2 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.5.10.1 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.5.7.1 app/views/ckeditor/attachment_files/index.html.erb
glebtv-ckeditor-4.5.7 app/views/ckeditor/attachment_files/index.html.erb
ckeditor_custom_controller-4.1.6 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.6 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.5 app/views/ckeditor/attachment_files/index.html.erb
ckeditor-4.1.4 app/views/ckeditor/attachment_files/index.html.erb