%h1 All restaurant images %table %thead %tr %th Restaurant %th Image %th %th %th %tbody - @images_restaurants.each do |images_restaurant| %tr %td= images_restaurant.accommodation %td= images_restaurant.image %td= link_to 'Show', images_restaurant %td= link_to 'Edit', edit_images_restaurant_path(images_restaurant) %td= link_to 'Destroy', images_restaurant, :method => :delete, :data => { confirm: 'Are you sure?' } %br = link_to 'New Images restaurant', new_images_restaurant_path