Sha256: 8d0754b1a0826935247bc45d9ec3f4c68f9170bb9974a51d96a5ee2efdce2c02
Contents?: true
Size: 523 Bytes
Versions: 5
Compression:
Stored size: 523 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) : image_path('polygallery/thumbnail-missing.jpg'), :class => 'img-responsive' %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
5 entries across 5 versions & 1 rubygems