Sha256: 2f894931c0bdb6e82b61c8cc49eeb7c7e401253c6d61b224c0f1be3b1ebdb545

Contents?: true

Size: 561 Bytes

Versions: 7

Compression:

Stored size: 561 Bytes

Contents

%tr.nested-fields{:data => {:new => f.object.new_record?}}
  %td.text-center
    = image_tag f.object.photo.file? ? f.object.photo.url(:thumb) : 'polygallery/thumbnail-missing.jpg', :class => 'img-responsive' # image_path('polygallery/thumbnail-missing.jpg')
  %td
    = f.input_field :photo
    = f.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
  %td.text-center{:style => "width:51px;"}
    = link_to_remove_association f, :class => 'btn btn-default btn-sm' do
      %span.glyphicon.glyphicon-trash

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
polygallery-0.1.2 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.1 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.0 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.0.9 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.0.8 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.0.7 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.0.6 app/views/polygallery/photos/_simple_fields_for.html.haml