Sha256: 593832feb6356d28921e7e8615a51b4fcbac8c147e05cc5d44f035d458e2bf14

Contents?: true

Size: 549 Bytes

Versions: 97

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

97 entries across 97 versions & 5 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.7 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.6 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.5 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.0.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.4 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-4.0.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.9.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.8.4 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.8.3 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.8.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.8.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.8.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.7.1 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.7.0 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.6.2 app/views/admin/removed/_upload_to_page.html.haml
trusty-cms-3.6.1 app/views/admin/removed/_upload_to_page.html.haml