Sha256: 62d85362a03968d656639b0cc52d96833fd2287dd6bcd8e2f1189498a85286ff

Contents?: true

Size: 724 Bytes

Versions: 26

Compression:

Stored size: 724 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"), 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

26 entries across 26 versions & 2 rubygems

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