Sha256: c217f88cf9752ef172754145d603974da7f1283e3169fa6c0588ecf0afcb9808

Contents?: true

Size: 732 Bytes

Versions: 56

Compression:

Stored size: 732 Bytes

Contents

= stylesheet_link_tag 'admin/assets'
= 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= t("clipped_extension.choose_file")
          = f.file_field :asset, :style => "width: 100%", :multiple => true

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

    - main.edit_regenerate do
       

Version data entries

56 entries across 56 versions & 2 rubygems

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