Sha256: 3dcc48d9b85d1bd9ea0504a0591164e51e14be237e698d9d42aa17ab02c5c9a8

Contents?: true

Size: 957 Bytes

Versions: 23

Compression:

Stored size: 957 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: (@aws_acl || EffectiveAssets.aws_acl)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_assets-1.12.2 app/views/effective/assets/iframe.html.haml
effective_assets-1.12.1 app/views/effective/assets/iframe.html.haml
effective_assets-1.12.0 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.5 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.4 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.3 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.2 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.1 app/views/effective/assets/iframe.html.haml
effective_assets-1.11.0 app/views/effective/assets/iframe.html.haml
effective_assets-1.10.1 app/views/effective/assets/iframe.html.haml
effective_assets-1.10.0 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.14 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.13 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.12 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.11 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.10 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.9 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.8 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.7 app/views/effective/assets/iframe.html.haml
effective_assets-1.9.6 app/views/effective/assets/iframe.html.haml