Sha256: 68796c73d980c1119fa508646b7a35e551f691675d9eacbb45a66c5e524f3cb1
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
.modal.modal-large %section .gallery-select.gallery .item.item-small.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.insert_photo_admin_photos_path(params[:page_part_id]), remote: true, class: 'gallery-prepend-image' do = hidden_field_tag :hidden_field_id, @hidden_field_id .infinite-scroll = render partial: 'spina/admin/photos/photo_single_picker', collection: @photos .infinite-pagination= link_to_next_page @photos, 'Next', params: params.slice(:selected_photo_id), remote: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spina-0.10.0 | app/views/spina/admin/photos/_photo_select.html.haml |