Sha256: 91f18e9f9354e0779e7cbbb01d5f4c22d5533be4098d09ed85c58c0840fffe93
Contents?: true
Size: 705 Bytes
Versions: 16
Compression:
Stored size: 705 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 => Qbrick::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
16 entries across 16 versions & 1 rubygems