Sha256: a8aee63aab712eb7d1e814f8727435565510f59356d5d4980b701bee116e65b5

Contents?: true

Size: 714 Bytes

Versions: 13

Compression:

Stored size: 714 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(page: @pictures.next_page), class: "next", rel: "next" %>
    </div>
  <% end -%>

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
ckeditor-5.1.3 app/views/ckeditor/pictures/index.html.erb
ckeditor-5.1.2 app/views/ckeditor/pictures/index.html.erb
ckeditor-5.1.1 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.14.1 app/views/ckeditor/pictures/index.html.erb
ckeditor-5.1.0 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.13.1 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.13.0 app/views/ckeditor/pictures/index.html.erb
ckeditor-5.0.0 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.11.1 app/views/ckeditor/pictures/index.html.erb
ckeditor-4.3.0 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.7.3.1 app/views/ckeditor/pictures/index.html.erb
glebtv-ckeditor-4.7.3 app/views/ckeditor/pictures/index.html.erb
ckeditor-4.2.4 app/views/ckeditor/pictures/index.html.erb