Sha256: ceb7028796dd035c40b86866e9b1234d74ffa179b1bed0cf2a4cd33d706ad43d
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
-# = f.error_notification .form-inputs .div.hidden = m.input :imageable_id, as: :hidden, wrapper: :info_hidden = m.input :imageable_type, as: :hidden, wrapper: :info_hidden = m.input :lng_lat, as: :hidden, wrapper: :info_hidden .form-group.fileupload-buttonbar .row .col.s12 // The fileinput-button span is used to style the file input field as button = m.file_field :medium, multiple: true, name: "medium[medium]", id: "medium_medium" %span.btn.hover_green.fileinput-button{ style: "margin-left: 12px"} %i.material-icons add %span.hide-on-med-and-down= t('.add_files') %span.btn.hover_green.start %i.material-icons file_upload %span.hide-on-med-and-down= t('.start_upload') -# %span.btn.hover_yellow.cancel -# %i.material-icons cancel -# %span.hide-on-med-and-down= t('.cancel_upload') %span.btn.delete %i.material-icons delete %span.hide-on-med-and-down= t('.delete') %span.fileNum %span.fileSize %input.toggle{ type: "checkbox" } .col.s12 // The global progress bar .progress.fileupload-progress.fade{ style: "display:none"} .determinate{ style:"width:0%;"} // The loading indicator is shown during image processing // .fileupload-loading %br // The table listing the files available for upload/download .row.files{ data: {toggle: "modal-gallery", target: "#modal-gallery"}}
Version data entries
5 entries across 5 versions & 1 rubygems