Sha256: 8fa9b241a60584d5b5cad598239b9539c4e1f258a8ae18fcfd84c153fe5cf567

Contents?: true

Size: 549 Bytes

Versions: 27

Compression:

Stored size: 549 Bytes

Contents

#upload-form
  - form_for :asset, :url => admin_assets_path(:page => @page, :format => 'js'), :html => { :id => 'asset-upload', :method => 'post', :multipart => true, :target => 'ulframe' } do |form|
    %div.file
      %label.upload
        = t('clipped_extension.choose_upload')
      = form.file_field :asset, :class => '', :style => 'width: 100%'

    .upload-buttons
      = form.submit t('clipped_extension.save_and_upload'), :class => 'button'
      %div.spinner
        
  %iframe{:id => 'ulframe', :name => 'ulframe', :src => 'about:blank'}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
trusty-cms-5.0.6 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.5 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.4 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3.5 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-5.0.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3.4 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.2.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.2.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.2.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.1.9 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.1.8 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.1.7 app/views/admin/removed/_upload_to_page.html.haml