Sha256: eebf538a9872a73ebd29c0713f6d96e04a2a855a7147bbdbe872c0070e17c601
Contents?: true
Size: 703 Bytes
Versions: 10
Compression:
Stored size: 703 Bytes
Contents
#upload-buttons{:style => "padding: 20px;"} %div{:style => "display:none;"} %input#uploader{:multiple => "multiple", :name => "files", :style => "display:none;", :type => "file", :value => "Selecionar File(s)"}/ %input#uploaderZip{:name => "files", :style => "display:none;", :type => "file", :value => "Selecionar File(s)"}/ %p <%= "I18n.t('photos.upload.explanation')" %> %div %a.btn.btn-primary.btn-upload{:onclick => "jQuery('#uploader').click();"} <%= I18n.t('photos.btn.upload_pictures') %> -# <%= I18n.t('photos.or') %> %a.btn.btn-primary.btn-upload{:onclick => "jQuery('#uploaderZip').click();"} <%= I18n.t('photos.btn.upload_zip') %> #fileZip %ul#photos.thumbnails
Version data entries
10 entries across 10 versions & 2 rubygems