%h1 All Announcement Images %table %thead %tr %th Announcement %th Image %th %th %th %tbody - @images_announcements.each do |images_announcement| %tr %td= images_announcement.announcement %td= images_announcement.image %td= link_to 'Show', images_announcement %td= link_to 'Edit', edit_images_announcement_path(images_announcement) %td= link_to 'Destroy', images_announcement, method: :delete, data: { confirm: 'Are you sure?' } %br = link_to 'New Images announcement', new_images_announcement_path