Sha256: 60a1fe6fefe3adbec5e58e191d6c52d488c1a7e1840de00548762b0c94bc6621

Contents?: true

Size: 600 Bytes

Versions: 6

Compression:

Stored size: 600 Bytes

Contents

%tr.nested-fields{:data => {:new => f.object.new_record?}}
  %td.text-center
    -# = f.input_field :gallery_title
    = 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

6 entries across 6 versions & 1 rubygems

Version Path
polygallery-0.2.1 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.9 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.8 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.7 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.6 app/views/polygallery/photos/_simple_fields_for.html.haml
polygallery-0.1.4 app/views/polygallery/photos/_simple_fields_for.html.haml