Sha256: 1fa63e3ea61c4d1b5d9a248eb5abccace050bce5577f2d6d58f45fdd8edf116c
Contents?: true
Size: 706 Bytes
Versions: 19
Compression:
Stored size: 706 Bytes
Contents
- if brick.image.thumb.present? .control-group %label.control-label= t('.image_preview') .controls = link_to brick.image.converted.url do = image_tag brick.image.thumb = form.input :image, :as => :file, :input_html => { :class => 'span3' } = form.input :image_cache, as: :hidden = form.input :image_size, :collection => Kuhsaft::ImageSize.all, :label_method => :label, :value_method => :name, :input_html => { :class => 'span3' }, :include_blank => false = form.input :alt_text, :as => :string, :input_html => { :class => 'span6' } = form.input :caption, :as => :string, :input_html => { :class => 'span6' } = form.input :href, :as => :string, :input_html => { :class => 'span6' }
Version data entries
19 entries across 19 versions & 2 rubygems