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