Sha256: 823e450a205eed7f214c6069080e8438b8e15728cef14da9deb3b60e43d21f3c
Contents?: true
Size: 601 Bytes
Versions: 8
Compression:
Stored size: 601 Bytes
Contents
.modal.modal-large %section .gallery-select.gallery .item.item-uploader = form_for [spina, :admin, @photo], html: {multipart: true} do |f| = f.label :file, t('spina.photos.upload_image') = f.file_field :file, data: {customfileinput: true} = form_tag spina.wysihtml5_insert_admin_photos_path(params[:object_id]), remote: true, class: 'gallery-prepend-image' do .infinite-scroll = render partial: 'spina/admin/photos/photo_single_picker', collection: @photos .infinite-pagination= link_to_next_page @photos, 'Next', remote: true
Version data entries
8 entries across 8 versions & 1 rubygems