Sha256: 371a4a0dbaa5b11fc3a48bd5d33287fa956c3861cd59bba6ecb4f489a18e0c9b
Contents?: true
Size: 666 Bytes
Versions: 7
Compression:
Stored size: 666 Bytes
Contents
%tr.nested-fields{:data => {:new => f.object.new_record?}} %td.text-center = f.input_field :gallery_title, :as => :hidden = f.input_field :galleryable_id, :as => :hidden = f.input_field :galleryable_type, :as => :hidden = image_tag f.object.photo.file? ? f.object.photo.url(:thumb) : '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
7 entries across 7 versions & 1 rubygems