Sha256: f33f8cc345805ad3e5d825a33b42724c885b626526a2de9f6535d5f87cb45676

Contents?: true

Size: 541 Bytes

Versions: 55

Compression:

Stored size: 541 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

55 entries across 55 versions & 1 rubygems

Version Path
trusty-cms-7.0.10 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.9 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.8 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.7 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.6 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.5 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.4 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.3.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-7.0.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.2.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.2.2.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.2.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.1.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.1.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.0.5 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-6.0.4 app/views/admin/removed/_upload_to_page.html.haml