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