Sha256: 759acd213c94b0ae2df8fbc1d36ad335c7a90eef7d1687c644ca02fc2fe04319
Contents?: true
Size: 947 Bytes
Versions: 19
Compression:
Stored size: 947 Bytes
Contents
!!! %html %head %title Insert / Upload %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'} %meta{:charset => 'utf-8'} %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1, maximum-scale=1'} = javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js' = javascript_include_tag 'effective_assets' = javascript_include_tag 'effective_assets_iframe' = stylesheet_link_tag 'effective_assets_iframe' = csrf_meta_tags %body = simple_form_for @user_uploads, url: '/' do |f| = f.input :uploads, as: :asset_box, label: false, uploader: :top, uploader_drop_files: true, attachment_style: :table, table_filter_bar: true, attachment_actions: [:insert, :delete], attachment_add_to: :top, file_types: (@file_types || :any), aws_acl: EffectiveAssets::AWS_PUBLIC
Version data entries
19 entries across 19 versions & 1 rubygems