Sha256: 02dfcd7002df9adfc69ac5541143ad24ffca1f5931218fe625bffd35966a9542

Contents?: true

Size: 814 Bytes

Versions: 59

Compression:

Stored size: 814 Bytes

Contents

= stylesheet_link_tag 'admin/assets'
= javascript_include_tag 'admin/custom_file_upload'
= render_region :top

- render_region :main do |main|
  - main.edit_header do
    %h1= t("clipped_extension.new_asset")

    - main.edit_form do
      - form_for :asset, :url => admin_assets_path, :html => { :method => "post", :multipart => true } do |f|
        = render :partial => "form", :locals => { :f => f }
        %fieldset
          %label.custom-file-upload
            = t("clipped_extension.choose_file")
            = f.file_field :asset, :style => "width: 100%", :multiple => true
          %span#file-chosen No file chosen

        .buttons
          = save_model_button(@asset)
          = save_model_and_continue_editing_button(@asset)
          = t("or")
          = link_to t("cancel"), admin_assets_path

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 app/views/admin/assets/new.html.haml
trusty-cms-7.0.0 app/views/admin/assets/new.html.haml
trusty-cms-6.3 app/views/admin/assets/new.html.haml
trusty-cms-6.2.1 app/views/admin/assets/new.html.haml
trusty-cms-6.2.2.1 app/views/admin/assets/new.html.haml
trusty-cms-6.2.0 app/views/admin/assets/new.html.haml
trusty-cms-6.1.2 app/views/admin/assets/new.html.haml
trusty-cms-6.1.1 app/views/admin/assets/new.html.haml
trusty-cms-6.0.5 app/views/admin/assets/new.html.haml
trusty-cms-6.0.4 app/views/admin/assets/new.html.haml
trusty-cms-6.0.3 app/views/admin/assets/new.html.haml
trusty-cms-6.0.2 app/views/admin/assets/new.html.haml
trusty-cms-6.0.1 app/views/admin/assets/new.html.haml
trusty-cms-5.6.1 app/views/admin/assets/new.html.haml
trusty-cms-6.0.0 app/views/admin/assets/new.html.haml
trusty-cms-5.6.0 app/views/admin/assets/new.html.haml
trusty-cms-5.5.9 app/views/admin/assets/new.html.haml
trusty-cms-5.5.8 app/views/admin/assets/new.html.haml
trusty-cms-5.5.7 app/views/admin/assets/new.html.haml
trusty-cms-5.5.6 app/views/admin/assets/new.html.haml