%h1 All services images %table %thead %tr %th Service %th Image %th %th %th %tbody - @images_services.each do |images_service| %tr %td= images_service.service %td= images_service.image %td= link_to 'Show', images_service %td= link_to 'Edit', edit_images_service_path(images_service) %td= link_to 'Destroy', images_service, :method => :delete, :data => { :confirm => 'Are you sure?' } %br = link_to 'New Images service', new_images_service_path