Sha256: 8a67359ef24914f0f73dfa0f453dd928013ad1f2f82c954cab9d454ddc1f2104
Contents?: true
Size: 608 Bytes
Versions: 37
Compression:
Stored size: 608 Bytes
Contents
%h3.title Upload New Image .popup_content - form_for :image, :url => admin_shop_product_images_path(@shop_product.id), :html => { :method => "post", :multipart => true, :id => 'image_form' } do |f| %ol %li.title = f.label :title, t('name') = f.text_field :title, :class => 'clearable' %li.caption = f.label :caption, t('caption') = f.text_field :caption, :class => 'clearable' %li.file = f.file_field :asset, :class => 'clearable' %li.submit = f.submit 'Create' %a#new_image_popup_close.close{ :href => '#new_image_popup' }
Version data entries
37 entries across 37 versions & 1 rubygems