Sha256: f3c9bb2f169a51b6f65616c9065c35d6a7d07b14ee5c94c30b8cfc277e07f01e
Contents?: true
Size: 589 Bytes
Versions: 50
Compression:
Stored size: 589 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_size, :collection => Kuhsaft::ImageSize.all, :label_method => :label, :value_method => :name, :input_html => { :class => 'span3' }, :include_blank => false = form.input :caption, :as => :string, :input_html => { :class => 'span6' } = form.input :href, :as => :string, :input_html => { :class => 'span6' }
Version data entries
50 entries across 50 versions & 1 rubygems