Sha256: 203deaf7fa584e2d3991900daee4fabafd4194498245157de963956aa0b70c18

Contents?: true

Size: 744 Bytes

Versions: 12

Compression:

Stored size: 744 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" data-endless="true">
    <%= render :partial => 'ckeditor/shared/asset', :collection => @pictures.scoped %>
  </div>

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

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

Version data entries

12 entries across 12 versions & 4 rubygems

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