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

Version Path
kuhsaft-1.7.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.6.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.5.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.4.3 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.4.2 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.4.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.4.0 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.3.1 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.15 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.14 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.13 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.12 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.11 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.10 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.9 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.8 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.7 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.6 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.5 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml
kuhsaft-1.2.4 app/views/kuhsaft/image_bricks/image_brick/_edit.html.haml