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

Version Path
kuhsaft-2.6.3 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.6.2 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.6.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.5.2 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.6.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.5.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.5.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
qbrick-2.5.0.pre app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.4.3 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.4.2 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.4.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.4.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.6 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.5 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.4 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.3 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.2 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-2.3.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml