%h1 All yachts images %table %thead %tr %th Yacht %th Image %th %th %th %tbody - @images_yachts.each do |images_yacht| %tr %td= images_yacht.yacht %td= images_yacht.image %td= link_to 'Show', images_yacht %td= link_to 'Edit', edit_images_yacht_path(images_yacht) %td= link_to 'Destroy', images_yacht, :method => :delete, :data => { confirm: 'Are you sure?' } %br = link_to 'New Images yacht', new_images_yacht_path